diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-01 06:42:41 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-01 06:42:41 +0000 |
| commit | 652c46de7066b8dc90ef79dff3f26271daf85815 (patch) | |
| tree | 6a192484dfcd695af5fa6902e2fa7031e8a22350 /lib/classes/AuthorObject.class.php | |
| parent | 48789d288cd72f39f01ae53d737d34151b85bb88 (diff) | |
use correct method calls, fixes #1239
Closes #1239
Merge request studip/studip!754
Diffstat (limited to 'lib/classes/AuthorObject.class.php')
| -rw-r--r-- | lib/classes/AuthorObject.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/AuthorObject.class.php b/lib/classes/AuthorObject.class.php index 7a9be46..d5e35b6 100644 --- a/lib/classes/AuthorObject.class.php +++ b/lib/classes/AuthorObject.class.php @@ -231,7 +231,7 @@ class AuthorObject return; } $this->throwError($no, $str, $line, $file, ERROR_CRITICAL); - echo createErrorReport($this, "Schwerer PHP-Laufzeitfehler"); + echo MessageBox::error("Schwerer PHP-Laufzeitfehler"); } } |
