Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-06-05 10:44:58 +0300
committerAleksander Machniak <alec@alec.pl>2017-06-05 10:44:58 +0300
commite51fa197bbcff810174cb59be2d8060a48410b7b (patch)
tree16f7454a9335c97a8c24512bff3b252fd0479fb9 /index.php
parent76170baac0e6384055950fe18726af237d5b5ac1 (diff)
Remove unused variable
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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)) {