[Rt-commit] r12034 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Fri May 2 20:00:32 EDT 2008


Author: sartak
Date: Fri May  2 20:00:32 2008
New Revision: 12034

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT/Dashboard.pm

Log:
 r54843 at Macintosh:  sartak | 2008-05-02 20:00:14 -0400
 More $args{foo} -> $args->{foo}


Modified: rt/branches/3.8-TESTING/lib/RT/Dashboard.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Dashboard.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Dashboard.pm	Fri May  2 20:00:32 2008
@@ -97,8 +97,8 @@
 
     return $object->AddAttribute(
         'Name'        => 'Dashboard',
-        'Description' => $args{'Name'},
-        'Content'     => {Searches => $args{'Searches'}},
+        'Description' => $args->{'Name'},
+        'Content'     => {Searches => $args->{'Searches'}},
     );
 }
 


More information about the Rt-commit mailing list