diff options
Diffstat (limited to 'www/importNetscape.php')
-rw-r--r-- | www/importNetscape.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/importNetscape.php b/www/importNetscape.php index ad5b414..a941145 100644 --- a/www/importNetscape.php +++ b/www/importNetscape.php @@ -22,7 +22,7 @@ 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 */ |