]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/language/class_LanguagePathReadProtectedException.php
eval() commands replace by improved object factory, user login class stub added
[shipsimu.git] / inc / classes / exceptions / language / class_LanguagePathReadProtectedException.php
index f803c427508c06041f22108da2abfc960b244cf7..ba59b572a873f665667be67dda5c6c89392b0aa8 100644 (file)
@@ -3,10 +3,11 @@
  * An exception thrown when the language path is read-protected
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- *
+ * @link               http://www.ship-simu.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
  * the Free Software Foundation, either version 3 of the License, or
@@ -28,7 +29,7 @@ class LanguagePathReadProtectedException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($class, $code) {
+       public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:%d] Der Sprach-Basispfad <u>%s</u> ist lesegesch&uuml;tzt! Bitte Zugriffsrechte (CHMOD) &auml;ndern.",
                        $class[0]->__toString(),