From: Roland Haeder Date: Wed, 27 May 2015 01:41:03 +0000 (+0200) Subject: Na, not again ... ;-( X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=c99ea2a34a86019d76fa43492d8a1171d369a149;ds=sidebyside Na, not again ... ;-( Signed-off-by: Roland Häder --- 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;