X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_setting.php;h=13cbc896010c298c5f0924255877fd70e7dee6a7;hp=17c125c6bad5f1846f5e4de86a7edc0b0cad6751;hb=b82783276116db4dea622e79760ff4738bca21a7;hpb=410ce9351ccd9c65efd97f71d28368825400b740 diff --git a/DataObjects/Core_setting.php b/DataObjects/Core_setting.php index 17c125c6..13cbc896 100644 --- a/DataObjects/Core_setting.php +++ b/DataObjects/Core_setting.php @@ -69,7 +69,7 @@ class Pman_Core_DataObjects_Core_setting extends DB_DataObject mkdir($d, 0775, true); umask($oldumask); } - $this->storedir = $d; + $this->dir = $d; $this->initKeys();