aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2014-07-02 10:36:21 +0200
committerzottel <github@zottel.net>2014-07-02 10:36:21 +0200
commita37a05ff20d4ca6911c6b3722a5a89b7e94d0998 (patch)
tree702df9252346f0206274707fbd9f4b443127a448 /mod/connedit.php
parentc7437a9259dd293f21dd2687c96759c617ebdf88 (diff)
downloadvolse-hubzilla-a37a05ff20d4ca6911c6b3722a5a89b7e94d0998.tar.gz
volse-hubzilla-a37a05ff20d4ca6911c6b3722a5a89b7e94d0998.tar.bz2
volse-hubzilla-a37a05ff20d4ca6911c6b3722a5a89b7e94d0998.zip
Fix for #510: $a->poi wasn't set for tabs actions with commands, so connedit_clone wasn't executed.
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index 61bb62766..b9f0299e2 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -24,7 +24,7 @@ function connedit_init(&$a) {
if(! local_user())
return;
- if((argc() == 2) && intval(argv(1))) {
+ if((argc() >= 2) && intval(argv(1))) {
$r = q("SELECT abook.*, xchan.*
FROM abook left join xchan on abook_xchan = xchan_hash
WHERE abook_channel = %d and abook_id = %d LIMIT 1",