[Jifty-commit] r1460 - in jifty/trunk: lib/Jifty/Mason

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 3 13:08:34 EDT 2006


Author: alexmv
Date: Mon Jul  3 13:08:33 2006
New Revision: 1460

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Mason/Halo.pm

Log:
 r14762 at zoq-fot-pik:  chmrr | 2006-07-03 13:08:24 -0400
  * Temporarily turn off the edity links on all halos


Modified: jifty/trunk/lib/Jifty/Mason/Halo.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Mason/Halo.pm	(original)
+++ jifty/trunk/lib/Jifty/Mason/Halo.pm	Mon Jul  3 13:08:33 2006
@@ -111,7 +111,7 @@
                 ]
             )
             )
-            if ( $frame->{'path'} and $frame->{'path'} !~ /^\/?__jifty/ );
+            if 0 and ( $frame->{'path'} and $frame->{'path'} !~ /^\/?__jifty/ );
     }
 
 }


More information about the Jifty-commit mailing list