]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Usage of /display/(guid) as path instead of /display/(user)/(id)
[friendica.git] / mod / profiles.php
index e57a0fa8414fbc02f846afdeb4bdb213b0fb9016..b715fc3eed78df3d33e93ad698b274d75b623b61 100644 (file)
@@ -558,10 +558,10 @@ function profile_activity($changed, $value) {
        if($i) {
 
                // give it a permanent link
-               q("update item set plink = '%s' where id = %d",
-                       dbesc($a->get_baseurl() . '/display/' . $a->user['nickname'] . '/' . $i),
-                       intval($i)
-               );
+               //q("update item set plink = '%s' where id = %d",
+               //      dbesc($a->get_baseurl() . '/display/' . $a->user['nickname'] . '/' . $i),
+               //      intval($i)
+               //);
 
                proc_run('php',"include/notifier.php","activity","$i");