mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 09:44:26 +02:00
[ticket/11700] With namespaces interface will no longer be a valid classname
PHPBB3-11700
This commit is contained in:
@@ -21,7 +21,7 @@ if (!defined('IN_PHPBB'))
|
||||
*
|
||||
* @package extension
|
||||
*/
|
||||
interface phpbb_extension_interface
|
||||
interface phpbb_extension_extension_interface
|
||||
{
|
||||
/**
|
||||
* enable_step is executed on enabling an extension until it returns false.
|
Reference in New Issue
Block a user