pending commit, finished during MQ/S download ...
[platal.git] / htdocs.net / groupe / getCityInfos.php
index abfb114..eda7d7d 100644 (file)
@@ -48,7 +48,7 @@ INNER JOIN auth_user_quick AS q ON(q.user_id = a.uid)
      GROUP BY u.user_id LIMIT 11",
         $id);
 
-if ($globals->asso('pub') == 'public' || has_perms())
+if ($globals->asso('pub') == 'public' || S::has_perms())
     $page->assign('users', $users);
 
 $page->run();