diff options
Diffstat (limited to 'www/import.php')
-rw-r--r-- | www/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/import.php b/www/import.php index 8f6e386..87f0a9a 100644 --- a/www/import.php +++ b/www/import.php @@ -67,7 +67,7 @@ if ($userservice->isLoggedOn() && sizeof($_FILES) > 0 && $_FILES['userfile']['si function startElement($parser, $name, $attrs) { global $depth, $status, $tplVars, $userservice; - $bookmarkservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark'); + $bookmarkservice =SemanticScuttle_Service_Factory::get('Bookmark'); if ($name == 'POST') { while(list($attrTitle, $attrVal) = each($attrs)) { |