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:
2014-08-01 11:42:17 +00:00
parent 40ad90502c
commit 39bfbad1e9

View File

@@ -31,7 +31,7 @@ class config
/** List all the parameters configurable in the software */
public function params ()
{
return print_r ($this->default, TRUE);
return $this->default;
}
/** Get the value of the provided parameter recorded in .php file