[pLog-svn] r6861 - plugins/branches/lifetype-1.2/mobile/install

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Apr 15 12:51:57 EDT 2009


Author: jondaley
Date: 2009-04-15 12:51:57 -0400 (Wed, 15 Apr 2009)
New Revision: 6861

Modified:
   plugins/branches/lifetype-1.2/mobile/install/mobile.php
Log:
a user (bornheim.net) made this change, probably a good idea

Modified: plugins/branches/lifetype-1.2/mobile/install/mobile.php
===================================================================
--- plugins/branches/lifetype-1.2/mobile/install/mobile.php	2009-04-12 02:23:06 UTC (rev 6860)
+++ plugins/branches/lifetype-1.2/mobile/install/mobile.php	2009-04-15 16:51:57 UTC (rev 6861)
@@ -9,7 +9,7 @@
         define( "MOBILE_PLOG_CLASS_PATH", PLOG_CLASS_PATH."plugins/mobile/" );
     }
 
-    include( PLOG_CLASS_PATH."class/bootstrap.php" );    
+    include_once( PLOG_CLASS_PATH."class/bootstrap.php" );    
     lt_include( MOBILE_PLOG_CLASS_PATH."class/controller/mobilecontroller.class.php" );
     lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
 



More information about the pLog-svn mailing list