[Rt-commit] r12017 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Fri May 2 18:57:57 EDT 2008
Author: jesse
Date: Fri May 2 18:57:56 2008
New Revision: 12017
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/SavedSearch.pm
Log:
r30379 at 54: jesse | 2008-05-02 18:57:31 -0400
* SavedSearchNo longer lets out the magic smoke when you run bits through it
Modified: rt/branches/3.8-TESTING/lib/RT/SavedSearch.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/SavedSearch.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/SavedSearch.pm Fri May 2 18:57:56 2008
@@ -91,8 +91,8 @@
return $object->AddAttribute(
'Name' => 'SavedSearch',
- 'Description' => $args{'Name'},
- 'Content' => $args{'SearchParams'},
+ 'Description' => $args->{'Name'},
+ 'Content' => $args->{'SearchParams'},
);
}
More information about the Rt-commit
mailing list