1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10586] Remove handle() from abstract class, undo change in index.php

PHPBB3-10586
This commit is contained in:
David King
2012-03-28 16:37:42 -04:00
parent 7071110d9a
commit 7b091f18a8
3 changed files with 2 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ if (!defined('IN_PHPBB'))
interface phpbb_extension_controller_interface
{
/**
* handle the request to display a page from an extension
* Handle the request to display a page from an extension
*
* @return null
*/