From 20497f1be30348cddc4c16f7ffa5615cc17a4225 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 10 Nov 2016 15:59:49 -0800 Subject: Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin on the first hop since we no longer provide the twitter api by default --- include/channel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/channel.php') diff --git a/include/channel.php b/include/channel.php index c02d5266e..e35f453de 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1539,11 +1539,11 @@ function remote_online_status($webbie) { */ function identity_selector() { - if (local_channel()) { + if(local_channel()) { $r = q("select channel.*, xchan.* from channel left join xchan on channel.channel_hash = xchan.xchan_hash where channel.channel_account_id = %d and channel_removed = 0 order by channel_name ", intval(get_account_id()) ); - if (count($r) > 1) { + if($r && count($r) > 1) { //$account = App::get_account(); $o = replace_macros(get_markup_template('channel_id_select.tpl'), array( '$channels' => $r, -- cgit v1.2.3