[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.0-50-g2e4e03a

Dustin Graves dustin at bestpractical.com
Mon Feb 22 19:14:52 EST 2016


The branch, 4.4-trunk has been updated
       via  2e4e03aefd4e20f7965040d705d3bb2d175596b8 (commit)
      from  a77f6c71784542d51ee2b1e0574640afefc9f31d (commit)

Summary of changes:
 share/html/Elements/ShowHistory | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 2e4e03aefd4e20f7965040d705d3bb2d175596b8
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Tue Feb 23 00:13:17 2016 +0000

    add %ARGS to ShowHistoryPage call in ShowHistory

diff --git a/share/html/Elements/ShowHistory b/share/html/Elements/ShowHistory
index 2c375a8..e2ff24c 100644
--- a/share/html/Elements/ShowHistory
+++ b/share/html/Elements/ShowHistory
@@ -60,7 +60,8 @@
     ShowHeaders       => $ARGS{'ShowHeaders'},
     Attachments       => $Attachments,
     AttachmentContent => $AttachmentContent,
-    PathPrefix        => ''
+    PathPrefix        => '',
+    %ARGS,
     &>
 
 </div>

-----------------------------------------------------------------------


More information about the rt-commit mailing list