Skip to content

Commit

Permalink
Remove redundant func_get_arg() call
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 27, 2020
1 parent c98059e commit 21e1ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/include/rcmail.php
Expand Up @@ -1031,7 +1031,7 @@ public function url($p, $absolute = false, $full = false, $secure = false)
return $p;
}

$p = ['_action' => @func_get_arg(0)];
$p = ['_action' => $p];
}

$task = $this->task;
Expand Down

0 comments on commit 21e1ed5

Please sign in to comment.