aboutsummaryrefslogtreecommitdiff
path: root/www/admin.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-31 10:22:29 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-31 10:22:29 +0000
commitaad2b79f145d2e51089f7c1fdd7c59711e726a35 (patch)
treefd3be748dd8252557ed0c54fd60e9bbd19006919 /www/admin.php
parentc412f4fcc84f65a613bbfbc9329425a8030737d3 (diff)
downloadsemanticscuttle-aad2b79f145d2e51089f7c1fdd7c59711e726a35.tar.gz
semanticscuttle-aad2b79f145d2e51089f7c1fdd7c59711e726a35.tar.bz2
CS
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@487 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'www/admin.php')
-rw-r--r--www/admin.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/admin.php b/www/admin.php
index 42fa0c8..6014670 100644
--- a/www/admin.php
+++ b/www/admin.php
@@ -20,13 +20,13 @@
require_once '../src/SemanticScuttle/header.php';
/* Service creation: only useful services are created */
-$bookmark2tagservice = SemanticScuttle_Service_Factory :: get('Bookmark2Tagservice');
-$bookmarkservice = SemanticScuttle_Service_Factory :: get('Bookmark');
-$tag2tagservice = SemanticScuttle_Service_Factory :: get('Tag2Tag');
-$tagcacheservice = SemanticScuttle_Service_Factory :: get('TagCache');
-$commondescriptionservice = SemanticScuttle_Service_Factory :: get('CommonDescription');
-$searchhistoryservice = SemanticScuttle_Service_Factory :: get('SearchHistory');
-$tagstatservice = SemanticScuttle_Service_Factory :: get('TagStat');
+$bookmark2tagservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag');
+$bookmarkservice = SemanticScuttle_Service_Factory::get('Bookmark');
+$tag2tagservice = SemanticScuttle_Service_Factory::get('Tag2Tag');
+$tagcacheservice = SemanticScuttle_Service_Factory::get('TagCache');
+$commondescriptionservice = SemanticScuttle_Service_Factory::get('CommonDescription');
+$searchhistoryservice = SemanticScuttle_Service_Factory::get('SearchHistory');
+$tagstatservice = SemanticScuttle_Service_Factory::get('TagStat');
// Header variables
$tplVars['subtitle'] = T_('Manage users');