X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fexceptions%2Flanguage%2Fclass_LanguagePathIsNoDirectoryException.php;fp=inc%2Fclasses%2Fexceptions%2Flanguage%2Fclass_LanguagePathIsNoDirectoryException.php;h=b17823d201ea28e71a89dae43b36736b6e8a8048;hb=12dbc1af8f0bc2981711b17c7c955f270c440b35;hp=858e73730478962e579ca7a647061d970b0e61a9;hpb=663356790b69b73605e383989654ed51bf1b22e8;p=hub.git diff --git a/inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php b/inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php index 858e73730..b17823d20 100644 --- a/inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php +++ b/inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php @@ -31,7 +31,7 @@ class LanguagePathIsNoDirectoryException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Der Sprach-Basispfad %s existiert nicht oder ist eine Datei!", + $message = sprintf("[%s:%d] Der Sprach-Basispfad %s existiert nicht oder ist eine Datei!", $classArray[0]->__toString(), $this->getLine(), $classArray[1]