[Rt-commit] rt branch, 3.8-trunk, updated. 7b32504e45cae7c1557d70bf53bd7dad0ac8efd5

Ruslan Zakirov ruz at bestpractical.com
Thu Aug 20 15:57:12 EDT 2009


The branch, 3.8-trunk has been updated
       via  7b32504e45cae7c1557d70bf53bd7dad0ac8efd5 (commit)
      from  d980a89e3c42bc3deee9d2a6e40aec99721ef1ab (commit)

Summary of changes:
 share/html/autohandler |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 7b32504e45cae7c1557d70bf53bd7dad0ac8efd5
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Thu Aug 20 23:56:07 2009 +0400

    * add Init callback

diff --git a/share/html/autohandler b/share/html/autohandler
index 2314c5f..c0aec4e 100755
--- a/share/html/autohandler
+++ b/share/html/autohandler
@@ -48,6 +48,8 @@
 <%INIT>
 use RT::Util;
 
+$m->callback( ARGSRef => \%ARGS, CallbackName => 'Init' );
+
 if (RT->InstallMode) {
   if  ( $m->base_comp->path =~ RT->Config->Get('WebNoAuthRegex') ) {
     $m->call_next();

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


More information about the Rt-commit mailing list