mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
another reference issue in interfaces.inc (Illegal string offset 'gif')
This commit is contained in:
parent
7eea602f8a
commit
29ed4da2e0
@ -937,7 +937,7 @@ function interface_gre_configure(&$gre, $grekey = "") {
|
||||
function interfaces_gif_configure($checkparent = 0, $realif = "") {
|
||||
global $config;
|
||||
|
||||
if (is_array($config['gifs']['gif']) && count($config['gifs']['gif'])) {
|
||||
if (isset($config['gifs']['gif']) && count($config['gifs']['gif'])) {
|
||||
foreach ($config['gifs']['gif'] as $i => $gif) {
|
||||
if (empty($gif['gifif']))
|
||||
$gre['gifif'] = "gif{$i}";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user