mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11054] Fixed $config var description
PHPBB3-11054
This commit is contained in:
parent
0b70c3d0d6
commit
b729609fb2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue