Files
gallery3/modules/gallery/views/error_cli.txt.php
Bharat Mediratta 719328a5a7 If we use <?= .. ?> on the last line, it looks like we've got a
trailing ?> and that causes File_Structure_Test to be sad.  So instead
use echo and tack on our own newline.  But this also requires a
semicolon.  Weird, I know but still easier than fixing up the test.
2010-06-20 09:02:59 -07:00

4 lines
106 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<? echo Kohana_Exception::text($e), "\n";