]> git.mxchange.org Git - friendica.git/blobdiff - include/delivery.php
rev update
[friendica.git] / include / delivery.php
index 1cee2d697bf371143f51dea2925a274865237f46..61b0bd33a5d98f002f72647d4a8027582075aef0 100644 (file)
@@ -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.