Typo fixed ...
authorRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 17:37:34 +0000 (19:37 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 17:37:34 +0000 (19:37 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/main/classes/feature/class_
inc/main/classes/feature/fuse/class_FuseFeature.php

index 4d525b9ce7681aa54f0caed7136695541f711a68..873be1fc5bf1af7d2a53e48e8a69ffce874c1dcd 100644 (file)
@@ -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;
index 3f68cd7c44f431ad5cbdb4e6d70734c420dfb7ca..dd0f342e0f0cdbc2aa491226da9e1124bebb83e6 100644 (file)
@@ -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;