diff options
Diffstat (limited to 'phpBB/includes/acp/acp_extensions.php')
| -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/',  | 
