DataObjects/Core_setting.php
authorjohn <john@roojs.com>
Mon, 9 Apr 2018 08:39:41 +0000 (16:39 +0800)
committerjohn <john@roojs.com>
Mon, 9 Apr 2018 08:39:41 +0000 (16:39 +0800)
DataObjects/Core_setting.php

index 9afdef4..b618167 100644 (file)
@@ -53,9 +53,7 @@ class Pman_Core_DataObjects_Core_setting extends DB_DataObject
     
     function initSetting($a)
     {
     
     function initSetting($a)
     {
-        $d = HTML_FlexyFramework::get()->Pman['storedir'].'/key';
-        
-        if(empty($a) || empty($d)) {
+        if(empty($a)) {
             return;
         }
         
             return;
         }