diff options
-rw-r--r-- | auto_prepend.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index 2becb66..485b0c5 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -162,7 +162,6 @@ function U(...$args) */ function fail($text) { - trigger_error($text, E_USER_ERROR); it::fatal($text); } |