[Rt-commit] r8825 - rt/branches/3.7-EXPERIMENTAL/html/Elements

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 29 09:08:41 EDT 2007


Author: ruz
Date: Wed Aug 29 09:08:38 2007
New Revision: 8825

Modified:
   rt/branches/3.7-EXPERIMENTAL/html/Elements/Logo

Log:
* Log::Dispatch has only warning method, not warn

Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/Logo
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/Logo	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/Logo	Wed Aug 29 09:08:38 2007
@@ -56,7 +56,7 @@
 </div>
 <%INIT>
 if ( exists $ARGS{'show_name'} ) {
-    $RT::Logger->warn('show_name argument was renamed, use ShowName');
+    $RT::Logger->warning('show_name argument was renamed, use ShowName');
     $ShowName = delete $ARGS{'show_name'};
 }
 </%INIT>


More information about the Rt-commit mailing list