mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10931] Let us try ini_get() without error suppression.
PHPBB3-10931
This commit is contained in:
@@ -34,7 +34,7 @@ class phpbb_php_ini
|
||||
*/
|
||||
public function get($varname)
|
||||
{
|
||||
return @ini_get($varname);
|
||||
return ini_get($varname);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user