diff options
Diffstat (limited to 'www/edit.php')
-rw-r--r-- | www/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/edit.php b/www/edit.php index 6f30d3c..ba4ae89 100644 --- a/www/edit.php +++ b/www/edit.php @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 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($_POST['submitted']) ? define('POST_SUBMITTED', $_POST['submitted']): define('POST_SUBMITTED', ''); |