From 5345574a3fa2ed7f0af7e6c02f6051f8e1799c7b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 25 Aug 2015 19:37:34 +0200 Subject: [PATCH] Typo fixed ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/main/classes/feature/class_ | 2 +- inc/main/classes/feature/fuse/class_FuseFeature.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/main/classes/feature/class_ b/inc/main/classes/feature/class_ index 4d525b9c..873be1fc 100644 --- a/inc/main/classes/feature/class_ +++ b/inc/main/classes/feature/class_ @@ -56,7 +56,7 @@ class ???Feature extends BaseFeature implements Feature { $isAvailable = FALSE; // Unfinished: - $this->partialSub('Please implement this method.'); + $this->partialStub('Please implement this method.'); // Return status return $isAvailable; diff --git a/inc/main/classes/feature/fuse/class_FuseFeature.php b/inc/main/classes/feature/fuse/class_FuseFeature.php index 3f68cd7c..dd0f342e 100644 --- a/inc/main/classes/feature/fuse/class_FuseFeature.php +++ b/inc/main/classes/feature/fuse/class_FuseFeature.php @@ -56,7 +56,7 @@ class FuseFeature extends BaseFeature implements Feature { $isAvailable = FALSE; // Unfinished: - $this->partialSub('Please implement this method.'); + $this->partialStub('Please implement this method.'); // Return status return $isAvailable; -- 2.39.5