]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/console/class_ConsoleFuseCommand.php
Debugging continued:
[core.git] / inc / main / classes / commands / console / class_ConsoleFuseCommand.php
index f30aac8a758f5f239375d4c69f46ae77c1602d68..01fd52364a340e6a779ae7439791a2a3c599b589 100644 (file)
@@ -63,7 +63,7 @@ class ConsoleFuseCommand extends BaseCommand implements Commandable {
                // Is the feature available?
                if (!FrameworkFeature::isFeatureAvailable('fuse')) {
                        // Feature not available, cannot continue
-                       self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] Feature "hub" not available.',
+                       self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('[%s:%d:] Feature "hub" not available.',
                                __METHOD__,
                                __LINE__
                        ));