forked from extern/egroupware
"bugfix see patch #791: Syntax error in setup"
This commit is contained in:
parent
26952223f3
commit
95dce07346
@ -372,7 +372,7 @@
|
||||
if (!isset($args['warning']))
|
||||
{
|
||||
$args['warning'] = lang('The %1 extension is needed from: %2.',$name,
|
||||
is_array($args['from'] ? implode(', ',$args['from']) : $args['from']));
|
||||
is_array($args['from']) ? implode(', ',$args['from']) : $args['from']);
|
||||
}
|
||||
echo "<div class='setup_info'>".$args['warning'].'</div>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user