[Rt-commit] r8024 - rt/branches/3.6-RELEASE/html/Elements
nicholas at bestpractical.com
nicholas at bestpractical.com
Mon Jun 25 08:56:54 EDT 2007
Author: nicholas
Date: Mon Jun 25 08:56:54 2007
New Revision: 8024
Modified:
rt/branches/3.6-RELEASE/html/Elements/Error
Log:
Add a ) that was missing from r8012.
Modified: rt/branches/3.6-RELEASE/html/Elements/Error
==============================================================================
--- rt/branches/3.6-RELEASE/html/Elements/Error (original)
+++ rt/branches/3.6-RELEASE/html/Elements/Error Mon Jun 25 08:56:54 2007
@@ -77,7 +77,7 @@
$RT::Logger->error($error);
-if ( defined ($session{'SessionType'} && $session{'SessionType'} eq 'REST' ) {
+if ( defined ($session{'SessionType'}) && $session{'SessionType'} eq 'REST' ) {
$r->content_type('text/plain');
$m->out( "Error: " . $Why . "\n" );
$m->out( $Details . "\n" );
More information about the Rt-commit
mailing list