error in figuring out actions to return to

darcs-hash:20081208172812-5ed1f-58ce42160f0ea5330de578c310897906d0012c5c.gz
This commit is contained in:
Evan Prodromou 2008-12-08 12:28:12 -05:00
parent 17fd7b1850
commit ef0b45c0f1
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class BlockAction extends Action {
if ($k == 'returnto-action') {
$action = $v;
} else if (substr($k, 0, 9) == 'returnto-') {
$args[$k] = substr($k, 9);
$args[substr($k, 9)] = $v;
}
}