Merge pull request #524 from zzottel/master

Fix for #510: $a->poi wasn't set for tabs actions with commands, so conn...
This commit is contained in:
RedMatrix 2014-07-02 18:51:00 +10:00
commit f949df6ec0

View File

@ -24,7 +24,7 @@ function connedit_init(&$a) {
if(! local_user()) if(! local_user())
return; return;
if((argc() == 2) && intval(argv(1))) { if((argc() >= 2) && intval(argv(1))) {
$r = q("SELECT abook.*, xchan.* $r = q("SELECT abook.*, xchan.*
FROM abook left join xchan on abook_xchan = xchan_hash FROM abook left join xchan on abook_xchan = xchan_hash
WHERE abook_channel = %d and abook_id = %d LIMIT 1", WHERE abook_channel = %d and abook_id = %d LIMIT 1",