From: Michael Vogel Date: Thu, 15 Mar 2012 20:15:40 +0000 (+0100) Subject: Pages: Some minor improvements (I guess) :) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=61edc9ff5ec7ae160223562ee82088a84c4b9753;p=friendica-addons.git Pages: Some minor improvements (I guess) :) --- diff --git a/pages/pages.php b/pages/pages.php index 9e90cc24..bc56d2e4 100755 --- a/pages/pages.php +++ b/pages/pages.php @@ -21,6 +21,8 @@ function pages_iscommunity($url, &$pagelist) { // When too old or not found fetch the status from the profile $ch = curl_init(); + $url = str_replace("/profile/","/hcard/", $url); + curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);