Fixed issue 67, conf and Conf folders conflict.
This commit is contained in:
parent
45d1422ab0
commit
fbe364462d
@ -73,7 +73,7 @@ class IDF_Conf extends Pluf_Model
|
|||||||
'type' => 'unique',
|
'type' => 'unique',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
$this->f = new IDF_Conf_DataProxy($this);
|
$this->f = new IDF_Config_DataProxy($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
function setProject($project)
|
function setProject($project)
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* {$conf.f.fieldname} in a template.
|
* {$conf.f.fieldname} in a template.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class IDF_Conf_DataProxy
|
class IDF_Config_DataProxy
|
||||||
{
|
{
|
||||||
protected $obj = null;
|
protected $obj = null;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user