[Jifty-commit] r7144 - jifty/trunk/lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Mon Jun 1 18:38:01 EDT 2009


Author: sartak
Date: Mon Jun  1 18:38:01 2009
New Revision: 7144

Modified:
   jifty/trunk/lib/Jifty/Plugin/SetupWizard.pm

Log:
Don't expose the language config

Modified: jifty/trunk/lib/Jifty/Plugin/SetupWizard.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/SetupWizard.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/SetupWizard.pm	Mon Jun  1 18:38:01 2009
@@ -18,10 +18,11 @@
     }
     else {
         $self->steps([
-            {
-                template => 'language',
-                header   => 'Choose a Language',
-            },
+            # Not sure this is worth doing quite yet.
+#            {
+#                template => 'language',
+#                header   => 'Choose a Language',
+#            },
             {
                 template => 'database',
                 header   => 'Database',


More information about the Jifty-commit mailing list