mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
interfaces: fix typo in GRE edit page
This commit is contained in:
parent
fa81eb186a
commit
bec1cc375f
@ -39,7 +39,7 @@ if (!isset($config['gres']) || !is_array($config['gres'])) {
|
||||
$config['gres'] = array();
|
||||
}
|
||||
if (!isset($config['gres']['gre']) || !is_array($config['gres']['gre'])) {
|
||||
$config['gres']['gif'] = array();
|
||||
$config['gres']['gre'] = array();
|
||||
}
|
||||
$a_gres = &$config['gres']['gre'];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user