mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16287] Use twig syntax and fix coding guidelines issues
PHPBB3-16287
This commit is contained in:
@@ -124,7 +124,7 @@ class phpbb_questionnaire_php_data_provider
|
||||
'zend.ze1_compatibility_mode' => (int) @ini_get('zend.ze1_compatibility_mode'),
|
||||
'unicode.semantics' => (int) @ini_get('unicode.semantics'),
|
||||
'zend_thread_safty' => (int) function_exists('zend_thread_id'),
|
||||
'extensions' => implode(",", get_loaded_extensions()),
|
||||
'extensions' => implode(',', get_loaded_extensions()),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user