diff options
-rw-r--r-- | modules/gallery/views/error_cli.txt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/error_cli.txt.php b/modules/gallery/views/error_cli.txt.php index b4f87fa6..9f476f54 100644 --- a/modules/gallery/views/error_cli.txt.php +++ b/modules/gallery/views/error_cli.txt.php @@ -1,3 +1,3 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<?= Kohana_Exception::text($e) ?> +<? echo Kohana_Exception::text($e), "\n"; |