mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"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']))
|
if (!isset($args['warning']))
|
||||||
{
|
{
|
||||||
$args['warning'] = lang('The %1 extension is needed from: %2.',$name,
|
$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>';
|
echo "<div class='setup_info'>".$args['warning'].'</div>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user