pending commit, finished during MQ/S download ...
[platal.git] / plugins / insert.getNbNotifs.php
index 5c4cc53..1b680e5 100644 (file)
@@ -22,7 +22,7 @@
  
 function smarty_insert_getNbNotifs($params, &$smarty)
 {
-    if(logged()) {
+    if(S::logged()) {
        require_once('notifs.inc.php');
        return getNbNotifs();
     }