unnecessary slash in profile update path

This commit is contained in:
friendica 2011-12-12 19:08:13 -08:00
parent bda7ca2f36
commit ee4975f1cd
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ function profile_content(&$a, $update = 0) {
$o .= '<div id="live-profile"></div>' . "\r\n";
$o .= "<script> var profile_uid = " . $a->profile['profile_uid']
. "; var netargs = '/?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
. "; var netargs = '?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
}