Fixed APS template bug, patch by arnoldB, fixes #700
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -712,7 +712,7 @@ class ApsParser
|
||||
$Output = '';
|
||||
foreach($Files as $File)
|
||||
{
|
||||
$Output.= '<input size="60" name="' . $File . '" type="file" /><br/><br/>';
|
||||
$Output.= '<input size="45" name="' . $File . '" type="file" /><br /><br />';
|
||||
}
|
||||
|
||||
eval("echo \"" . getTemplate("aps/upload") . "\";");
|
||||
|
||||
Reference in New Issue
Block a user