diff options
Diffstat (limited to 'www/api/posts_update.php')
-rw-r--r-- | www/api/posts_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/posts_update.php b/www/api/posts_update.php index 18e5676..9eb5dbd 100644 --- a/www/api/posts_update.php +++ b/www/api/posts_update.php @@ -9,7 +9,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'); // Get the posts relevant to the passed-in variables. |