diff --git a/documentation/ini.html b/documentation/ini.html index 3d40d390..c5c512bb 100644 --- a/documentation/ini.html +++ b/documentation/ini.html @@ -50,7 +50,7 @@
You can only retrieve predefined variables from the php.ini. It is thus not - possible to call Php::ini_get() with random strings. If you want to define + possible to call Php::ini_get() with random strings. If you want to use your own variables, you must first register them in the get_module() function before you can call Php::ini_get() to retrieve the current values.