mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11700] With namespaces interface will no longer be a valid classname
PHPBB3-11700
This commit is contained in:
@@ -20,7 +20,7 @@ if (!defined('IN_PHPBB'))
|
||||
*
|
||||
* @package phpbb_log
|
||||
*/
|
||||
interface phpbb_log_interface
|
||||
interface phpbb_log_log_interface
|
||||
{
|
||||
/**
|
||||
* This function returns the state of the log system.
|
Reference in New Issue
Block a user