From: Roland Haeder Date: Tue, 25 Aug 2015 17:37:34 +0000 (+0200) Subject: Typo fixed ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5345574a3fa2ed7f0af7e6c02f6051f8e1799c7b;p=core.git Typo fixed ... Signed-off-by: Roland Häder --- 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;