website - ensure plugin list is sorted by it's ID (the filename without extension)

This commit is contained in:
Jon Atkins 2013-06-08 19:53:42 +01:00
parent e3d8611f09
commit 2a52f2e002

View File

@ -45,6 +45,9 @@ function iitcDesktopPluginDownloadTable ( $build )
} }
} }
ksort ( $plugins );
?> ?>
<table class="table table-condensed"> <table class="table table-condensed">
<thead> <thead>