From e3c2e589794b13e23c1184deeba37e41dbc0144b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Oct 2012 17:14:02 -0700 Subject: "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details. --- include/onepoll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/onepoll.php') diff --git a/include/onepoll.php b/include/onepoll.php index 467bb0f2c..617756953 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -173,7 +173,7 @@ function onepoll_run($argv, $argc){ if(((float) $res->dfrn_version > 2.21) && ($contact['poco'] == '')) { q("update contact set poco = '%s' where id = %d limit 1", - dbesc(str_replace('/profile/','/poco/', $contact['url'])), + dbesc(str_replace('/channel/','/poco/', $contact['url'])), intval($contact['id']) ); } -- cgit v1.2.3