The params function of config don't display the default param, but return it in array
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1650 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -31,7 +31,7 @@ class config
|
|||||||
/** List all the parameters configurable in the software */
|
/** List all the parameters configurable in the software */
|
||||||
public function params ()
|
public function params ()
|
||||||
{
|
{
|
||||||
return print_r ($this->default, TRUE);
|
return $this->default;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get the value of the provided parameter recorded in .php file
|
/** Get the value of the provided parameter recorded in .php file
|
||||||
|
|||||||
Reference in New Issue
Block a user