[Rt-commit] r11768 - rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Ticket/Display.html

ruz at bestpractical.com ruz at bestpractical.com
Thu Apr 17 16:55:20 EDT 2008


Author: ruz
Date: Thu Apr 17 16:55:19 2008
New Revision: 11768

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Ticket/Display.html/Initial

Log:
* we must use internal redirect, otherwise we don't get footer
  and correct xhtml doc

Modified: rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Ticket/Display.html/Initial
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Ticket/Display.html/Initial	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Ticket/Display.html/Initial	Thu Apr 17 16:55:19 2008
@@ -22,7 +22,7 @@
      $Queue eq 'Investigations' ||
      $Queue eq 'Blocks' )
 {
-    $m->comp( '/RTIR/Display.html', %$ARGSRef );
+    $m->subexec( '/RTIR/Display.html', %$ARGSRef );
     $m->abort;
 }
 


More information about the Rt-commit mailing list