diff options
author | zottel <github@zottel.net> | 2012-05-02 08:11:52 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-02 08:11:52 +0200 |
commit | 6000e7f30d1193dada903eaf0e6f44149a3dde33 (patch) | |
tree | 9b9f482f611b6dd91866518387b79140c6567be7 /include/onepoll.php | |
parent | 2e2bb5e8b0d2ab4a732cafd2ada30a76c4883177 (diff) | |
parent | becdb1f5085f2561b8b0acebbdbf43e4a81d50da (diff) | |
download | volse-hubzilla-6000e7f30d1193dada903eaf0e6f44149a3dde33.tar.gz volse-hubzilla-6000e7f30d1193dada903eaf0e6f44149a3dde33.tar.bz2 volse-hubzilla-6000e7f30d1193dada903eaf0e6f44149a3dde33.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'include/onepoll.php')
-rw-r--r-- | include/onepoll.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onepoll.php b/include/onepoll.php index 51516d059..42bce0f68 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -506,7 +506,7 @@ function onepoll_run($argv, $argc){ } if(count($r)) { if(! $r[0]['total']) { - poco_load($contact['id'],$importer_uid,$contact['poco']); + poco_load($contact['id'],$importer_uid,0,$contact['poco']); } } |