Missing colon.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 25 Mar 2008 19:07:26 +0000 (20:07 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 25 Mar 2008 19:07:34 +0000 (20:07 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/search.php

index 8add5af..a708d12 100644 (file)
@@ -89,7 +89,7 @@ class SearchModule extends PLModule
 
         if (Env::has('quick') || $action == 'geoloc') {
             $quick = trim(Env::v('quick'));
-            if (S::logged() && !Env:has('page')) {
+            if (S::logged() && !Env::has('page')) {
                 $_SESSION['log']->log('search', 'quick=' . $quick);
             }
             $list = 'profile|prf|fiche|fic|referent|ref|mentor';