diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-26 19:49:08 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-26 19:49:08 +0000 |
commit | d3527245f78ed9edaefdd60b4d2b02d8c64d93a1 (patch) | |
tree | 7dd5d2815588eaa358e698f586857eb1d2cfcd26 | |
parent | bd7be38da5fea67d2302693e28a4c070cdad8f4b (diff) | |
download | volse-hubzilla-d3527245f78ed9edaefdd60b4d2b02d8c64d93a1.tar.gz volse-hubzilla-d3527245f78ed9edaefdd60b4d2b02d8c64d93a1.tar.bz2 volse-hubzilla-d3527245f78ed9edaefdd60b4d2b02d8c64d93a1.zip |
Spare / and an undeclared var in editwebpage.
-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, |