aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-04-23 23:12:55 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-04-23 23:12:55 +0200
commit6b3f1d4bb5c909413f31d7df5bab0e8a4084e29e (patch)
treefe1ea7bbefe3721bd3bb536da4c9c20bffca35df /src/SemanticScuttle/Service.php
parentaf2a061ecdfb4414ee0e8b500eccdf39a8d8cec5 (diff)
downloadsemanticscuttle-6b3f1d4bb5c909413f31d7df5bab0e8a4084e29e.tar.gz
semanticscuttle-6b3f1d4bb5c909413f31d7df5bab0e8a4084e29e.tar.bz2
Add support for phancap website thumbnailer.
Drop support for artviper, since their service is gone.
Diffstat (limited to 'src/SemanticScuttle/Service.php')
-rw-r--r--src/SemanticScuttle/Service.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SemanticScuttle/Service.php b/src/SemanticScuttle/Service.php
index 1afb353..cd79f2c 100644
--- a/src/SemanticScuttle/Service.php
+++ b/src/SemanticScuttle/Service.php
@@ -51,7 +51,7 @@ class SemanticScuttle_Service
{
static $instance;
if (!isset($instance)) {
- $instance = new self($db);
+ $instance = new static($db);
}
return $instance;
}