diff options
Diffstat (limited to 'www/ajaxDelete.php')
-rw-r--r-- | www/ajaxDelete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ajaxDelete.php b/www/ajaxDelete.php index f605b3a..be9ed51 100644 --- a/www/ajaxDelete.php +++ b/www/ajaxDelete.php @@ -25,7 +25,7 @@ header('Cache-Control: no-cache, must-revalidate'); 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'); /* Managing all possible inputs */ isset($_GET['id']) ? define('GET_ID', $_GET['id']): define('GET_ID', ''); |