]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/database/local_file/class_SavePathWriteProtectedException.php
A lot rewrites and fixes for weak redirect methods
[shipsimu.git] / inc / classes / exceptions / database / local_file / class_SavePathWriteProtectedException.php
index a814cc001e4e6ff643d34d1f79a9fdeef93fcf5f..81a1067e3ed934d8220acedeabbe5c62d925dde9 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class SavePathWriteProtectedException extends DatabaseException {
        /**
@@ -31,7 +31,7 @@ class SavePathWriteProtectedException extends DatabaseException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Der angegebene Speicherpfad <span id=\"exception_reason\">%s</span> ist schreibgesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) entsprechend setzen.", $path);
+               $message = sprintf("Der angegebene Speicherpfad <span class=\"exception_reason\">%s</span> ist schreibgesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) entsprechend setzen.", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);