mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16314] Deprecate phpbb_check_and_display_sql_report
PHPBB3-16314
This commit is contained in:
@@ -274,7 +274,7 @@ class helper
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function display_sql_report()
|
||||
public function display_sql_report()
|
||||
{
|
||||
if ($this->sql_explain && $this->request->variable('explain', false) && $this->auth->acl_get('a_'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user