mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15187] Use $this->template property
This commit is contained in:
@@ -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/',
|
||||
|
Reference in New Issue
Block a user