From fbafd92f7f7b96b215b98f30de9a1ccbdb3479be Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 25 Sep 2012 17:57:20 -0700 Subject: moving a lot of structure around. 'entity' is now 'channel' --- include/text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index eba0f5859..61c7e6389 100644 --- a/include/text.php +++ b/include/text.php @@ -1665,10 +1665,10 @@ function check_webbie($arr) { } } if(strlen($str)) { - $r = q("select entity_address from entity where entity_address in ( $str ) "); + $r = q("select channel_address from channel where channel_address in ( $str ) "); if(count($r)) { foreach($r as $rr) { - $taken[] = $rr['entity_address']; + $taken[] = $rr['channel_address']; } } foreach($arr as $x) { -- cgit v1.2.3