Updated domain without a dash :(
[core.git] / inc / classes / exceptions / base64 / class_Base64EncodingModuloException.php
index 6f766aabc3358d2482203d4c314276f65136a8da..d808106b96705317a882da3e92c43bf33ca0e757 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Thrown if modulo 4 of the length of the given data is not zero.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @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
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ class Base64EncodingModuloException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Data length %s modulo 4 is not zero.",
+               $message = sprintf('[%s:%d] Data length %s modulo 4 is not zero.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        strlen($messageArray[1])