diff options
Diffstat (limited to 'www/users.php')
-rw-r--r-- | www/users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/users.php b/www/users.php index 111e512..72f5a3d 100644 --- a/www/users.php +++ b/www/users.php @@ -22,8 +22,8 @@ require_once '../src/SemanticScuttle/header.php'; /* Service creation: only useful services are created */ -$bookmarkservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark'); -$cacheservice =SemanticScuttle_Service_Factory::getServiceInstance('Cache'); +$bookmarkservice =SemanticScuttle_Service_Factory::get('Bookmark'); +$cacheservice =SemanticScuttle_Service_Factory::get('Cache'); /* Managing current logged user */ $currentUser = $userservice->getCurrentObjectUser(); |