diff options
Diffstat (limited to 'www/api/posts_dates.php')
-rw-r--r-- | www/api/posts_dates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/posts_dates.php b/www/api/posts_dates.php index 5f002d1..5c53a35 100644 --- a/www/api/posts_dates.php +++ b/www/api/posts_dates.php @@ -7,7 +7,7 @@ require_once('httpauth.inc.php'); require_once '../../src/SemanticScuttle/header.php'; /* Service creation: only useful services are created */ -$bookmarkservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark'); +$bookmarkservice =SemanticScuttle_Service_Factory::get('Bookmark'); // Check to see if a tag was specified. |