From c99ea2a34a86019d76fa43492d8a1171d369a149 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 27 May 2015 03:41:03 +0200 Subject: [PATCH] Na, not again ... ;-( MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/feature/class_FrameworkFeature.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/feature/class_FrameworkFeature.php b/inc/classes/main/feature/class_FrameworkFeature.php index 77f9431b..dbfe168a 100644 --- a/inc/classes/main/feature/class_FrameworkFeature.php +++ b/inc/classes/main/feature/class_FrameworkFeature.php @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class FrameworkFeature extends BaseFrameworkSystem implements Feature { +class FrameworkFeature extends BaseFrameworkSystem { // Exception code constants const EXCEPTION_FEATURE_METHOD_NOT_CALLABLE = 0x400; -- 2.39.2