From: Evan Prodromou Date: Mon, 8 Dec 2008 17:28:12 +0000 (-0500) Subject: error in figuring out actions to return to X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ef0b45c0f19eb32e42461f0ec40203097a0c6039;p=quix0rs-gnu-social.git error in figuring out actions to return to darcs-hash:20081208172812-5ed1f-58ce42160f0ea5330de578c310897906d0012c5c.gz --- diff --git a/actions/block.php b/actions/block.php index 8956b79ba5..fb553da6e9 100644 --- a/actions/block.php +++ b/actions/block.php @@ -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; } }