diff options
author | Friendika <info@friendika.com> | 2011-10-02 05:32:05 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-02 05:32:05 -0700 |
commit | 7c1968907d26a66581d362475a6b557e53e159cb (patch) | |
tree | 99186c300166ac1622ba5a951f35f05ff93b25c3 /include/delivery.php | |
parent | 8c9a6b0512da3bd73f28989bc179c4e417b267d8 (diff) | |
download | volse-hubzilla-7c1968907d26a66581d362475a6b557e53e159cb.tar.gz volse-hubzilla-7c1968907d26a66581d362475a6b557e53e159cb.tar.bz2 volse-hubzilla-7c1968907d26a66581d362475a6b557e53e159cb.zip |
attack of the zombie orphans
Diffstat (limited to 'include/delivery.php')
-rw-r--r-- | include/delivery.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/delivery.php b/include/delivery.php index 3ab820b62..46112d78e 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -96,6 +96,8 @@ function delivery_run($argv, $argc){ $uid = $r[0]['uid']; $updated = $r[0]['edited']; + if(! $parent_id) + return; $items = q("SELECT `item`.*, `sign`.`signed_text`,`sign`.`signature`,`sign`.`signer` |