Revision: 1550 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1550&view=re... 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.
plugins-commits@lists.geany.org