OpenXE rebranding
This commit is contained in:
@@ -23,7 +23,7 @@ final class FactoryMethodDefinition
|
||||
if (!is_callable($callable, false)) {
|
||||
/*
|
||||
|
||||
xenomporio
|
||||
OpenXE-todo
|
||||
unknown compatibility issue
|
||||
commented out as hotfix
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ final class ErrorPageData implements JsonSerializable
|
||||
public function __construct($exception, $title = null)
|
||||
{
|
||||
$this->exception = $exception;
|
||||
$this->title = !empty($title) ? (string)$title : 'Xenomporio: Es ist ein unerwarteter Fehler aufgetreten!';
|
||||
$this->title = !empty($title) ? (string)$title : 'OpenXE: Es ist ein unerwarteter Fehler aufgetreten!';
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user