From 95ea722d73fc635b4b27c6731aeedfd430628ce8 Mon Sep 17 00:00:00 2001 From: Ammar Yasir Date: Fri, 22 Jul 2011 17:51:53 +0530 Subject: [PATCH] Fixed redirection issue on tbl_zoom_select.php page --- libraries/common.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 53cde17982..cb6a8e3dd7 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -413,6 +413,7 @@ $goto_whitelist = array( 'tbl_replace.php', 'tbl_row_action.php', 'tbl_select.php', + 'tbl_zoom_select.php', //'themes.php', 'transformation_overview.php', 'transformation_wrapper.php',