From e51fa197bbcff810174cb59be2d8060a48410b7b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 5 Jun 2017 09:44:58 +0200 Subject: [PATCH] Remove unused variable --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index bb50e0642..cadccd485 100644 --- a/index.php +++ b/index.php @@ -282,7 +282,7 @@ if (is_file($incfile = INSTALL_PATH . 'program/steps/'.$RCMAIL->task.'/func.inc' } // allow 5 "redirects" to another action -$redirects = 0; $incstep = null; +$redirects = 0; while ($redirects < 5) { // execute a plugin action if (preg_match('/^plugin\./', $RCMAIL->action)) {