diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-11-14 15:31:16 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-11-14 15:31:16 +0100 |
commit | 79eea0ccac1bc6dd5d39b4d47e973ef522cf7781 (patch) | |
tree | 4457c2a25c9759ee3a04637aff616516295291f2 /phpBB/includes/groupposition/interface.php | |
parent | eac1c46588d3121a050bda42690444c8888c40dd (diff) | |
download | forums-79eea0ccac1bc6dd5d39b4d47e973ef522cf7781.tar forums-79eea0ccac1bc6dd5d39b4d47e973ef522cf7781.tar.gz forums-79eea0ccac1bc6dd5d39b4d47e973ef522cf7781.tar.bz2 forums-79eea0ccac1bc6dd5d39b4d47e973ef522cf7781.tar.xz forums-79eea0ccac1bc6dd5d39b4d47e973ef522cf7781.zip |
[ticket/10411] Use DIC to get the groupposition classes
PHPBB3-10411
Diffstat (limited to 'phpBB/includes/groupposition/interface.php')
-rw-r--r-- | phpBB/includes/groupposition/interface.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/includes/groupposition/interface.php b/phpBB/includes/groupposition/interface.php index 9eadb049c8..749ad61071 100644 --- a/phpBB/includes/groupposition/interface.php +++ b/phpBB/includes/groupposition/interface.php @@ -81,12 +81,4 @@ interface phpbb_groupposition_interface * @return null */ public function move($group_id, $delta); - - /** - * Error - * - * @param string $message Error message to display - * @return null - */ - public function error($message); } |