diff options
author | redmatrix <git@macgirvin.com> | 2016-05-22 16:54:30 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-22 16:54:30 -0700 |
commit | de006771c7fe92a889d759c2c75c1473c420ad47 (patch) | |
tree | 157391db6d2d48980719fa07c3d317fcb85ef70c /include/conversation.php | |
parent | 2fdd1485985e2f341b413e978cf85edb858fce41 (diff) | |
download | volse-hubzilla-de006771c7fe92a889d759c2c75c1473c420ad47.tar.gz volse-hubzilla-de006771c7fe92a889d759c2c75c1473c420ad47.tar.bz2 volse-hubzilla-de006771c7fe92a889d759c2c75c1473c420ad47.zip |
renamed include files identity.php (channel.php) and Contact.php (connections.php)
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index fca07a91d..ca73a7a07 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1107,7 +1107,6 @@ function status_editor($a, $x, $popup = false) { $o = ''; - require_once('include/Contact.php'); $c = channelx_by_n($x['profile_uid']); if($c && $c['channel_moved']) return $o; @@ -1160,7 +1159,7 @@ function status_editor($a, $x, $popup = false) { $layoutselect = '<input type="hidden" name="layout_mid" value="' . $layout . '" />'; if(array_key_exists('channel_select',$x) && $x['channel_select']) { - require_once('include/identity.php'); + require_once('include/channel.php'); $id_select = identity_selector(); } else |