diff options
Diffstat (limited to 'www/upgrade.php')
-rw-r--r-- | www/upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/upgrade.php b/www/upgrade.php index 39b82db..10a63ff 100644 --- a/www/upgrade.php +++ b/www/upgrade.php @@ -35,7 +35,7 @@ exit(); // This part below will be executed once you comment the two lines above ///////////////// require_once '../src/SemanticScuttle/header.php'; -$tagstatservice = SemanticScuttle_Service_Factory :: getServiceInstance('TagStat'); +$tagstatservice = SemanticScuttle_Service_Factory :: get('TagStat'); ?> <h1>Upgrade</h1> |