diff options
author | friendica <info@friendica.com> | 2014-03-26 17:06:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-26 17:06:14 -0700 |
commit | 150bc9866a24303c86b78614b58b8d01a245b424 (patch) | |
tree | 0ba81a60b39636863418799c5584f400cff52e48 | |
parent | 9a3a2819c11cccdbce72adbe611f45e559e36655 (diff) | |
parent | d3527245f78ed9edaefdd60b4d2b02d8c64d93a1 (diff) | |
download | volse-hubzilla-150bc9866a24303c86b78614b58b8d01a245b424.tar.gz volse-hubzilla-150bc9866a24303c86b78614b58b8d01a245b424.tar.bz2 volse-hubzilla-150bc9866a24303c86b78614b58b8d01a245b424.zip |
Merge https://github.com/friendica/red into zpull
-rw-r--r-- | mod/editwebpage.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php index f11210eea..e9c8f5c37 100644 --- a/mod/editwebpage.php +++ b/mod/editwebpage.php @@ -131,8 +131,7 @@ function editwebpage_content(&$a) { //FIXME A return path with $_SESSION doesn't always work for observer - it may WSoD instead of loading a sensible page. So, send folk to the webpage list. - $rp = '/webpages/' . $which; - $lockstate = + $rp = 'webpages/' . $which; $o .= replace_macros($tpl,array( '$return_path' => $rp, |