SF.net SVN: geany-plugins:[1550] www/staging/content/downloads.html

any0n3 at users.sourceforge.net any0n3 at xxxxx
Sat Sep 4 20:14:11 UTC 2010


Revision: 1550
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1550&view=rev
Author:   any0n3
Date:     2010-09-04 20:14:11 +0000 (Sat, 04 Sep 2010)

Log Message:
-----------
Bug fix, seems like opendir can't handle vars.

Modified Paths:
--------------
    www/staging/content/downloads.html

Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html	2010-09-04 20:09:40 UTC (rev 1549)
+++ www/staging/content/downloads.html	2010-09-04 20:14:11 UTC (rev 1550)
@@ -2,7 +2,7 @@
 <?php
 	$dir = "./geany-plugins/";
 
-	if($handle = opendir($dir) && is_dir($dir))
+	if($handle = opendir('geany-plugins') && is_dir($dir))
 	{
 
 		$versions = Array();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list