diff options
Diffstat (limited to 'src/SemanticScuttle/Service/Factory.php')
-rw-r--r-- | src/SemanticScuttle/Service/Factory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SemanticScuttle/Service/Factory.php b/src/SemanticScuttle/Service/Factory.php index 0ea9009..2461575 100644 --- a/src/SemanticScuttle/Service/Factory.php +++ b/src/SemanticScuttle/Service/Factory.php @@ -112,7 +112,7 @@ class SemanticScuttle_Service_Factory */ protected static function loadDb() { - global $dbhost, $dbuser, $dbpass, $dbname, + global $dbhost, $dbuser, $dbpass, $dbname, $dbport, $dbpersist, $dbtype; if (self::$db !== null) { |