[Rt-commit] r8693 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 22 19:04:25 EDT 2007


Author: ruz
Date: Wed Aug 22 19:04:24 2007
New Revision: 8693

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html

Log:
* don't pass %ARGS further as we've done everything we need

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html	Wed Aug 22 19:04:24 2007
@@ -219,8 +219,8 @@
     }
 
     $m->callback(CallbackName => 'BeforeDisplay', ARGSref => \%ARGS, Ticket => $IncidentObj);
-
-    return $m->comp("Display.html", %ARGS, results => \@results, id => $id);
+    # NOTE: don't pass %ARGS further as we've done everything we need here
+    return $m->comp("Display.html", results => \@results, id => $id);
 }
 
 # XXX, BLOODY-DIRTY-EVIL HACK: when we load the page first time we should


More information about the Rt-commit mailing list