UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Tue, 7 Oct 2014 07:08:37 +0000 (15:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Oct 2014 07:08:37 +0000 (15:08 +0800)
UpdateDatabase.php

index 52033a9..61bd9d1 100644 (file)
@@ -178,7 +178,7 @@ class Pman_Core_UpdateDatabase extends Pman
         //$this->{'import' . $url['scheme']}($url);
         
         $dbtype = $dburl['scheme'];
-        $dirmethod = 'import' . $dburl['scheme'] . '.dir';
+        $dirmethod = 'import' . $dburl['scheme'] . 'dir';