mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/10586] Remove handle() from abstract class, undo change in index.php
PHPBB3-10586
This commit is contained in:
@@ -47,7 +47,7 @@ if ($ext = $request->variable('ext', ''))
|
||||
|
||||
$controller = new $class;
|
||||
|
||||
if (!($controller instanceof phpbb_extension_controller))
|
||||
if (!($controller instanceof phpbb_extension_controller_interface))
|
||||
{
|
||||
send_status_line(500, 'Internal Server Error');
|
||||
trigger_error($user->lang('EXTENSION_CLASS_WRONG_TYPE', $class));
|
||||
|
Reference in New Issue
Block a user