fix download path for plugins - oops
This commit is contained in:
parent
ec8d305bcb
commit
5322b2148d
@ -69,6 +69,8 @@ function iitcDesktopPluginDownloadTable ( $build )
|
|||||||
$empty = True;
|
$empty = True;
|
||||||
foreach ( $plugins as $basename => $details )
|
foreach ( $plugins as $basename => $details )
|
||||||
{
|
{
|
||||||
|
$path = "$build/plugins/$basename.user.js";
|
||||||
|
|
||||||
$this_category = array_key_exists('@category',$details) ? $details['@category'] : 'Misc';
|
$this_category = array_key_exists('@category',$details) ? $details['@category'] : 'Misc';
|
||||||
|
|
||||||
if ( $category != $this_category )
|
if ( $category != $this_category )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user