1
0
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:
Marc Alexander
2020-02-02 13:48:46 +01:00
parent 8bdad7d73e
commit e6624c1fd5
2 changed files with 7 additions and 5 deletions

View File

@@ -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_'))
{