Was turned round...
authorRoland Häder <roland@mxchange.org>
Sat, 18 Jul 2009 05:29:26 +0000 (05:29 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Jul 2009 05:29:26 +0000 (05:29 +0000)
inc/classes/exceptions/controller/class_DefaultControllerException.php

index 22ce2e6944233bba185a7ab613a8213dd48efd55..89a1a5063557500f281fb6e5dc7010c8358b32ff 100644 (file)
@@ -33,8 +33,8 @@ class DefaultControllerException extends FrameworkException {
                // Prepare the message
                $message = sprintf("[%s:%d] Cannot resolve default controller <span class=\"exception_reason\">(%s)</span>. Maybe missing?",
                        $resolverInstance->__toString(),
-                       $resolverInstance->getClassName(),
-                       $this->getLine()
+                       $this->getLine(),
+                       $resolverInstance->getClassName()
                );
 
                // Set extra data