mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10931] Let us try ini_get() without error suppression.
PHPBB3-10931
This commit is contained in:
parent
afd6f86892
commit
5bea6ed946
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class phpbb_php_ini
|
||||||
*/
|
*/
|
||||||
public function get($varname)
|
public function get($varname)
|
||||||
{
|
{
|
||||||
return @ini_get($varname);
|
return ini_get($varname);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue