diff options
Diffstat (limited to 'watchlist.php')
-rw-r--r-- | watchlist.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/watchlist.php b/watchlist.php index 323cb81..d824937 100644 --- a/watchlist.php +++ b/watchlist.php @@ -22,8 +22,6 @@ require_once('header.inc.php'); /* Service creation: only useful services are created */ $bookmarkservice =& ServiceFactory::getServiceInstance('BookmarkService'); -$templateservice =& ServiceFactory::getServiceInstance('TemplateService'); -$userservice =& ServiceFactory::getServiceInstance('UserService'); $cacheservice =& ServiceFactory::getServiceInstance('CacheService'); /* Managing all possible inputs */ @@ -36,7 +34,6 @@ $currentUser = $userservice->getCurrentObjectUser(); /* Managing path info */ @list($url, $user, $page) = isset($_SERVER['PATH_INFO']) ? explode('/', $_SERVER['PATH_INFO']) : NULL; -$tplVars = array(); if ($usecache) { // Generate hash for caching on |