X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/cd5cb72f09ebcc2379d7f92fc00f6e62f221b658..bce919af7b49bbd06223f79b8c37a53a3d263ff0:/index.php?ds=inline diff --git a/index.php b/index.php index b760bd7..ad6f1cc 100644 --- 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'); } }