diff --git a/campcaster/src/modules/htmlUI/var/html/ui_handler.php b/campcaster/src/modules/htmlUI/var/html/ui_handler.php
index b6bd12c6e..955f8590e 100644
--- a/campcaster/src/modules/htmlUI/var/html/ui_handler.php
+++ b/campcaster/src/modules/htmlUI/var/html/ui_handler.php
@@ -458,11 +458,7 @@ if ($uiHandler->alertMsg) {
//}
ob_end_clean();
if (isset($_REQUEST['target'])) {
- if ($_REQUEST['target'] == "reload") {
- header('Location: ui_browser.php?act='.$_REQUEST['target']);
- } else {
-
- }
+ header('Location: ui_browser.php?act='.$_REQUEST['target']);
} else {
header("Location: ".$uiHandler->redirUrl);
}