1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 07:00:14 +01:00

[ticket/15187] Use $this->template property

This commit is contained in:
kasimi 2017-04-29 13:45:20 +02:00
parent bc404a3701
commit 5808c9fae1
No known key found for this signature in database
GPG Key ID: 3163AB573241193A

View File

@ -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/',