[pLog-svn] r6758 - plugins/branches/lifetype-1.2/bin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Dec 22 11:36:34 EST 2008


Author: oscar
Date: 2008-12-22 11:36:34 -0500 (Mon, 22 Dec 2008)
New Revision: 6758

Modified:
   plugins/branches/lifetype-1.2/bin/genpluginfeeds.php
Log:
this is the version the website has been using

Modified: plugins/branches/lifetype-1.2/bin/genpluginfeeds.php
===================================================================
--- plugins/branches/lifetype-1.2/bin/genpluginfeeds.php	2008-12-22 14:50:21 UTC (rev 6757)
+++ plugins/branches/lifetype-1.2/bin/genpluginfeeds.php	2008-12-22 16:36:34 UTC (rev 6758)
@@ -3,7 +3,7 @@
 /**
  * Please change this before running this file
  */
-define( "PLOG_CLASS_PATH", "/Users/oscar/lifetype-1.2/" );
+define( "PLOG_CLASS_PATH", "/home/lifetype/www/" );
 
 /**
  * current LT version
@@ -140,7 +140,8 @@
 $w = new PluginFeedWriter( $feedFile );
 $w->open();
 
-$files = Glob::Glob( basename( $svnFolder ));
+$glob = new Glob();
+$files = $glob->Glob( basename( $svnFolder ));
 foreach( $files as $file ) {
 	
 	// get the plugin name



More information about the pLog-svn mailing list