summaryrefslogtreecommitdiff
path: root/inc/actions.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2009-11-27 15:32:23 +0100
committerAdrian Lang <lang@cosmocode.de>2010-01-20 10:53:24 +0100
commit7a9add1ccb1aed5ec92ee48b26ef14bebcf76f03 (patch)
tree15f6440f8149c93192ee1b98e048e37baaa03008 /inc/actions.php
parent28c3346d5336a8746bc569e393c5c74852ab0a27 (diff)
downloadrpg-7a9add1ccb1aed5ec92ee48b26ef14bebcf76f03.tar.gz
rpg-7a9add1ccb1aed5ec92ee48b26ef14bebcf76f03.tar.bz2
Fix subscription data validation bug (pass by ref)
darcs-hash:20091127143223-e4919-023dd4bfab074c1206580649a2927958c28f38f5.gz
Diffstat (limited to 'inc/actions.php')
-rw-r--r--inc/actions.php2
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;