summaryrefslogtreecommitdiffstats
path: root/frontends/php/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/config.php')
-rw-r--r--frontends/php/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/config.php b/frontends/php/config.php
index 3a54f5d5..85f9335f 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.php
@@ -122,7 +122,7 @@ include_once "include/page_header.php";
add_audit(AUDIT_ACTION_UPDATE,AUDIT_RESOURCE_IMAGE,"Image [".$image['name']."] deleted");
unset($_REQUEST["form"]);
}
- unset($_REQUEST["imageid"]);
+ unset($image, $_REQUEST["imageid"]);
}
}
elseif(isset($_REQUEST["save"])&&in_array($_REQUEST["config"],array(0,5,7)))