From 5808c9fae1dad98a88a02e5b43c4c45f93e3b0b7 Mon Sep 17 00:00:00 2001 From: kasimi Date: Sat, 29 Apr 2017 13:45:20 +0200 Subject: [ticket/15187] Use $this->template property --- phpBB/includes/acp/acp_extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/acp') diff --git a/phpBB/includes/acp/acp_extensions.php b/phpBB/includes/acp/acp_extensions.php index f2fb09b427..f0348817c8 100644 --- a/phpBB/includes/acp/acp_extensions.php +++ b/phpBB/includes/acp/acp_extensions.php @@ -214,7 +214,7 @@ class acp_extensions } // Update custom style for admin area - $template->set_custom_style(array( + $this->template->set_custom_style(array( array( 'name' => 'adm', 'ext_path' => 'adm/style/', -- cgit v1.2.1