Added the Form class and updated the configuration arrangement.
This commit is contained in:
parent
cd1593a045
commit
b210803e81
5 changed files with 397 additions and 15 deletions
|
@ -200,9 +200,9 @@ class Module extends Object
|
|||
{
|
||||
if ($this->$name == null)
|
||||
{
|
||||
if (isset($this->config->module[$name]))
|
||||
if (isset($this->config->pickles[$name]))
|
||||
{
|
||||
$this->$name = $this->config->module[$name];
|
||||
$this->$name = $this->config->pickles[$name];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue