]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/template/class_BasePathIsEmptyException.php
Renamed 'stacker' -> 'stack'
[core.git] / inc / classes / exceptions / template / class_BasePathIsEmptyException.php
index a3345da95b8f3f21b7a1096d84ed4357c4bfaf56..52bc5d85c833b649b69803bf8be9b04341bef4e6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  * 
@@ -31,7 +31,7 @@ class BasePathIsEmptyException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Template path is empty.",
+               $message = sprintf('[%s:%d] Template path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );