"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.

This commit is contained in:
friendica
2012-10-29 17:14:02 -07:00
parent a217c8de98
commit e3c2e58979
35 changed files with 328 additions and 230 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ function gprobe_run($argv, $argc){
);
}
if(count($r))
poco_load(0,0,$r[0]['id'], str_replace('/profile/','/poco/',$r[0]['url']));
poco_load(0,0,$r[0]['id'], str_replace('/channel/','/poco/',$r[0]['url']));
return;
}