Comment header fixed
[shipsimu.git] / inc / classes / exceptions / database / local_file / class_SavePathReadProtectedException.php
index 8647da18cf05eba1307187e82f5281c59b6615d6..23c99b6fbe340e764c3f2a0a31561625e83d39d8 100644 (file)
@@ -3,10 +3,11 @@
  * An exception thrown when the save 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 SavePathReadProtectedException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($path, $code) {
+       public function __construct ($path, $code) {
                // Add a message around the missing class
                $message = sprintf("Der Pfad <u>%s</u> ist lese-gesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);