Remove unused variable

pull/5784/merge
Aleksander Machniak 7 years ago
parent 76170baac0
commit e51fa197bb

@ -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)) {

Loading…
Cancel
Save