git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@271 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
e8afc9d82c
commit
3020eb164d
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ require_once('header.inc.php');
|
||||||
$b2tservice =& ServiceFactory::getServiceInstance('Bookmark2TagService');
|
$b2tservice =& ServiceFactory::getServiceInstance('Bookmark2TagService');
|
||||||
$cacheservice =& ServiceFactory::getServiceInstance('CacheService');
|
$cacheservice =& ServiceFactory::getServiceInstance('CacheService');
|
||||||
|
|
||||||
|
@list($url, $user) = isset($_SERVER['PATH_INFO']) ? explode('/', $_SERVER['PATH_INFO']) : NULL;
|
||||||
list($url, $user) = explode('/', $_SERVER['PATH_INFO']);
|
|
||||||
|
|
||||||
if ($usecache) {
|
if ($usecache) {
|
||||||
// Generate hash for caching on
|
// Generate hash for caching on
|
||||||
|
|
Loading…
Reference in a new issue