From 624006022c80e796f7d31fdb2d926e8a06516a40 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 7 Oct 2020 11:59:11 -0400 Subject: [PATCH] Use a redirect to get rid of post on reload --- web/includes/actions/function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/actions/function.php b/web/includes/actions/function.php index 0a1569a01..eb3dc36be 100644 --- a/web/includes/actions/function.php +++ b/web/includes/actions/function.php @@ -55,5 +55,5 @@ if ( $action == 'function' ) { ZM\Logger::Debug('No change to function, not doing anything.'); } } // end if action -$view = 'console'; +$redirect = '?view=console'; ?>