[Rt-commit] r15922 - in rt/branches/3.999-DANGEROUS: lib
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Sep 11 08:44:26 EDT 2008
Author: sunnavy
Date: Thu Sep 11 08:44:25 2008
New Revision: 15922
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT.pm
Log:
r16635 at sunnavys-mb: sunnavy | 2008-09-11 20:35:00 +0800
tiny fix
Modified: rt/branches/3.999-DANGEROUS/lib/RT.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT.pm Thu Sep 11 08:44:25 2008
@@ -383,7 +383,10 @@
=cut
-#XXX TODO RT pages don't play well with Halo right now
-*Jifty::Plugin::Halo::is_proscribed = sub { 1 };
+{
+ #XXX TODO RT pages don't play well with Halo right now
+ no warnings 'redefine';
+ *Jifty::Plugin::Halo::is_proscribed = sub { 1 };
+}
1;
More information about the Rt-commit
mailing list