diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php index 32dde008e..e61b1add3 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -603,7 +603,7 @@ function act_subscription($act){ * * @author Adrian Lang <lang@cosmocode.de> */ -function subscription_handle_post($params) { +function subscription_handle_post(&$params) { global $INFO; global $lang; |