diff options
author | kasimi <mail@kasimi.net> | 2017-04-29 13:45:20 +0200 |
---|---|---|
committer | kasimi <mail@kasimi.net> | 2017-04-29 13:45:20 +0200 |
commit | 5808c9fae1dad98a88a02e5b43c4c45f93e3b0b7 (patch) | |
tree | b8f0d1fb74aef599bf14a198846563deabd2226d /phpBB/includes/acp | |
parent | bc404a3701a4f746fbd161d3f550e2f32fda3a7c (diff) | |
download | forums-5808c9fae1dad98a88a02e5b43c4c45f93e3b0b7.tar forums-5808c9fae1dad98a88a02e5b43c4c45f93e3b0b7.tar.gz forums-5808c9fae1dad98a88a02e5b43c4c45f93e3b0b7.tar.bz2 forums-5808c9fae1dad98a88a02e5b43c4c45f93e3b0b7.tar.xz forums-5808c9fae1dad98a88a02e5b43c4c45f93e3b0b7.zip |
[ticket/15187] Use $this->template property
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r-- | phpBB/includes/acp/acp_extensions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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/', |