diff options
author | friendica <info@friendica.com> | 2012-05-20 18:30:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-20 18:30:02 -0700 |
commit | afaf9ec74fe0662de76deabd11d630f871802579 (patch) | |
tree | 58e41106d72d5b76e00de9cf82a00ef82b6edd77 /include/delivery.php | |
parent | f16a1199408d167bbc7c52dc408ef02b36808317 (diff) | |
download | volse-hubzilla-afaf9ec74fe0662de76deabd11d630f871802579.tar.gz volse-hubzilla-afaf9ec74fe0662de76deabd11d630f871802579.tar.bz2 volse-hubzilla-afaf9ec74fe0662de76deabd11d630f871802579.zip |
rev update
Diffstat (limited to 'include/delivery.php')
-rw-r--r-- | include/delivery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delivery.php b/include/delivery.php index 1cee2d697..61b0bd33a 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -41,7 +41,7 @@ function delivery_run($argv, $argc){ for($x = 3; $x < $argc; $x ++) { - $contact_id = intval($argv[x]); + $contact_id = intval($argv[$x]); // Some other process may have delivered this item already. |