fix download path for plugins - oops

This commit is contained in:
Jon Atkins 2013-06-12 18:26:48 +01:00
parent ec8d305bcb
commit 5322b2148d

View File

@ -69,6 +69,8 @@ function iitcDesktopPluginDownloadTable ( $build )
$empty = True;
foreach ( $plugins as $basename => $details )
{
$path = "$build/plugins/$basename.user.js";
$this_category = array_key_exists('@category',$details) ? $details['@category'] : 'Misc';
if ( $category != $this_category )