DataObjects/Core_setting.php
authorjohn <john@roojs.com>
Tue, 15 May 2018 05:43:51 +0000 (13:43 +0800)
committerjohn <john@roojs.com>
Tue, 15 May 2018 05:43:51 +0000 (13:43 +0800)
DataObjects/Core_setting.php

index b06717a..c05814e 100644 (file)
@@ -8,7 +8,7 @@ class Pman_Core_DataObjects_Core_setting extends DB_DataObject
     
     function initKeys()
     {
-        $dir = $this->keyDir();
+        $dir = $this->getkeyDirectory();
         if(
             file_exists("{$dir}/pub.key") ||
             file_exists("{$dir}/pri.key")