Skip to content

Commit

Permalink
Fixed dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Dec 28, 2016
1 parent 7d791ed commit ab18314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<?php
if(!empty($App->info["require"])){
$requirements = Need::checkRequirements($App->info["require"], false, true);
echo "<div class='chip'>Requirements :</div><ul>";
echo "<div class='chip'>Requirements :</div><ul class='collection'>";
foreach($requirements as $dependency => $depInfo){
if($depInfo["satisfy"]){
echo "<li class='collection-item'>$dependency {$depInfo['require']}</li>";
Expand Down

0 comments on commit ab18314

Please sign in to comment.