unnecessary slash in profile update path
This commit is contained in:
parent
bda7ca2f36
commit
ee4975f1cd
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue