mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/11054] Fixed $config var description
PHPBB3-11054
This commit is contained in:
@@ -47,8 +47,8 @@ abstract class phpbb_extension_controller implements phpbb_extension_controller_
|
|||||||
protected $template;
|
protected $template;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Config array
|
* Config object
|
||||||
* @var array
|
* @var phpbb_config
|
||||||
*/
|
*/
|
||||||
protected $config;
|
protected $config;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user