Commit 34512480 authored by Franco Fichtner's avatar Franco Fichtner

interfaces: fix typo in GRE edit page

(cherry picked from commit bec1cc37)
parent d5f40997
......@@ -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'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment