website - ensure plugin list is sorted by it's ID (the filename without extension)
This commit is contained in:
parent
e3d8611f09
commit
2a52f2e002
@ -45,6 +45,9 @@ function iitcDesktopPluginDownloadTable ( $build )
|
||||
}
|
||||
}
|
||||
|
||||
ksort ( $plugins );
|
||||
|
||||
|
||||
?>
|
||||
<table class="table table-condensed">
|
||||
<thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user