Fixed issue 67, conf and Conf folders conflict.

This commit is contained in:
Loic d'Anterroches 2008-11-27 11:29:40 +01:00
parent 45d1422ab0
commit fbe364462d
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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;