[Jifty-commit] r5518 - in jifty/trunk: lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Thu Jun 19 15:59:25 EDT 2008


Author: sterling
Date: Thu Jun 19 15:59:23 2008
New Revision: 5518

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

Log:
 r5900 at shanenka-lt-osx:  shanenka | 2008-06-19 14:57:05 -0500
 Minor fix to the previously committed synopsis.


Modified: jifty/trunk/lib/Jifty/Upgrade.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Upgrade.pm	(original)
+++ jifty/trunk/lib/Jifty/Upgrade.pm	Thu Jun 19 15:59:23 2008
@@ -26,7 +26,7 @@
       my $cthulus = MyApp::Model::CthuluCollection->new;
       while (my $cthulu = $cthulus->next) {
           $cthulu->set_size($sizes[ int(rand(@sizes)) ]);
-          $cthulu->set_appearance($sizes[ int(rand(@appearances)) ]);
+          $cthulu->set_appearance($appearances[ int(rand(@appearances)) ]);
       }
   };
 


More information about the Jifty-commit mailing list