diff options
Diffstat (limited to 'www/rss.php')
-rw-r--r-- | www/rss.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rss.php b/www/rss.php index 672f4cd..8c08015 100644 --- a/www/rss.php +++ b/www/rss.php @@ -22,8 +22,8 @@ require_once '../src/SemanticScuttle/header.php'; /* Service creation: only useful services are created */ -$bookmarkservice =SemanticScuttle_Service_Factory::getServiceInstance('Bookmark'); -$cacheservice =SemanticScuttle_Service_Factory::getServiceInstance('Cache'); +$bookmarkservice =SemanticScuttle_Service_Factory::get('Bookmark'); +$cacheservice =SemanticScuttle_Service_Factory::get('Cache'); header('Content-Type: application/xml'); |