Merge pull request #1228 from ExolonDX/branch_master_05

This commit is contained in:
Renato Botelho 2014-06-13 08:36:47 -03:00
commit 718af29d29

View File

@ -258,10 +258,15 @@ else
$title = gettext("Package Editor");
$pgtitle = $title;
include("head.inc");
if ($pkg['custom_php_after_head_command'])
if ($pkg['custom_php_after_head_command']) {
$closehead = false;
include("head.inc");
eval($pkg['custom_php_after_head_command']);
echo "</head>\n";
}
else
include("head.inc");
?>