[Jifty-commit] r2334 - jifty/trunk/share/web/templates/__jifty/error

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Dec 5 08:54:25 EST 2006


Author: agentz
Date: Tue Dec  5 08:54:23 2006
New Revision: 2334

Modified:
   jifty/trunk/share/web/templates/__jifty/error/mason_internal_error

Log:
- fixed mason_internal_error which had syntax errors due
  to jesse's recent "fixes". :)


Modified: jifty/trunk/share/web/templates/__jifty/error/mason_internal_error
==============================================================================
--- jifty/trunk/share/web/templates/__jifty/error/mason_internal_error	(original)
+++ jifty/trunk/share/web/templates/__jifty/error/mason_internal_error	Tue Dec  5 08:54:23 2006
@@ -20,8 +20,9 @@
 $file
 $line
 </%args>
+%   my $path;
 %   if (-w $file) {
-%     my $path = $file;
+%     $path = $file;
 %     for (map {$_->[1]} @{Jifty->handler->mason->interp->comp_root}) {
 %       last if $path =~ s/^\Q$_\E//;
 %     }


More information about the Jifty-commit mailing list