[pLog-svn] r5214 - plog/branches/lifetype-1.2

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Mar 29 01:24:52 EDT 2007


Author: mark
Date: 2007-03-29 01:24:52 -0400 (Thu, 29 Mar 2007)
New Revision: 5214

Modified:
   plog/branches/lifetype-1.2/wizard.php
Log:
Fix a wrong message. It should be "safe mode disabled", not "safe mode enabled"

Modified: plog/branches/lifetype-1.2/wizard.php
===================================================================
--- plog/branches/lifetype-1.2/wizard.php	2007-03-28 22:22:02 UTC (rev 5213)
+++ plog/branches/lifetype-1.2/wizard.php	2007-03-29 05:24:52 UTC (rev 5214)
@@ -367,7 +367,7 @@
     {
         function WizardSafeModeValidator()
         {
-            $this->WizardValidator( "Checking if <b>safe mode</b> is enabled", 
+            $this->WizardValidator( "Checking if <b>safe mode</b> is disabled", 
                                     "LifeType can run when PHP's safe mode is enabled, but it may cause some problems.",           
                                     false );
         }    



More information about the pLog-svn mailing list