From 0a8a925313f6ffcc7f515655c47b051a55673c6d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 10 Aug 2013 14:24:04 +0200 Subject: [PATCH] Fixed method signature Fixes #1451 --- .../container/SingleSelectionFormElementContainer.class.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/lib/system/form/container/SingleSelectionFormElementContainer.class.php b/wcfsetup/install/files/lib/system/form/container/SingleSelectionFormElementContainer.class.php index 61104b0c12..7c18391521 100644 --- a/wcfsetup/install/files/lib/system/form/container/SingleSelectionFormElementContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/container/SingleSelectionFormElementContainer.class.php @@ -29,11 +29,9 @@ class SingleSelectionFormElementContainer extends SelectionFormElementContainer } /** - * Returns container value. - * - * @return string + * @see wcf\system\form\IFormElementContainer::getValue() */ - public function getValue() { + public function getValue($key) { return $this->value; } -- 2.20.1