* Fixed REG_BADRPT error in isValidEmail() that prevented registration
[scuttle] / index.php
index b760bd7a785554c7f844f264067fa7fd9c800a54..ad6f1ccfebc711e039ac8953bf670553df849be5 100644 (file)
--- a/index.php
+++ b/index.php
@@ -28,7 +28,7 @@ $cacheservice =& ServiceFactory::getServiceInstance('CacheService');
 $tplvars = array();
 if (isset($_GET['action'])){
     if ($_GET['action'] == "logout") {
-        $userservice->logout();
+        $userservice->logout($path);
         $tplvars['msg'] = T_('You have now logged out');
     }
 }

Benjamin Mako Hill || Want to submit a patch?