Skip to content

Commit

Permalink
To avoid PHP warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yllen committed Jul 3, 2015
1 parent 8bf1c30 commit f00c528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulse2/web/modules/msc/msc/package_detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$p_api = new ServerAPI();
$p_api->fromURI($_GET["papi"]);
$details = getPackageDetails($p_api, $_GET["pid"]);
$name = $details['name'];
$name = $details['label'];

$a_param = array(_T("Label", 'msc'), _T("Version", 'msc'), _T('Command', 'msc'));
$a_value = array($details['label'], $details['version'], $details['command']['command']);
Expand Down

0 comments on commit f00c528

Please sign in to comment.