DataObjects/Core_setting.php
authorjohn <john@roojs.com>
Tue, 15 May 2018 04:17:41 +0000 (12:17 +0800)
committerjohn <john@roojs.com>
Tue, 15 May 2018 04:17:41 +0000 (12:17 +0800)
DataObjects/Core_setting.php

index d394960..6692081 100644 (file)
@@ -97,7 +97,7 @@ class Pman_Core_DataObjects_Core_setting extends DB_DataObject
     
     function encrypt($v)
     {
     
     function encrypt($v)
     {
-         $pub_key = file_get_contents("{$this->getkeyDirectory()}/pub.key");
+        $pub_key = file_get_contents("{$this->getkeyDirectory()}/pub.key");
         if(!$pub_key) {
             return;
         }
         if(!$pub_key) {
             return;
         }