diff options
Diffstat (limited to 'www/api/posts_delete.php')
-rw-r--r-- | www/api/posts_delete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/posts_delete.php b/www/api/posts_delete.php index 7ad332f..9e2781a 100644 --- a/www/api/posts_delete.php +++ b/www/api/posts_delete.php @@ -11,7 +11,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'); // Note that del.icio.us only errors out if no URL was passed in; there's no error on attempting |