pending commit, finished during MQ/S download ...
[platal.git] / plugins / insert.getNbNotifs.php
index 3dec3f3..1b680e5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -22,7 +22,7 @@
  
 function smarty_insert_getNbNotifs($params, &$smarty)
 {
-    if(logged()) {
+    if(S::logged()) {
        require_once('notifs.inc.php');
        return getNbNotifs();
     }