aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editwebpage.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-03-26 19:49:08 +0000
committerThomas Willingham <founder@kakste.com>2014-03-26 19:49:08 +0000
commitd3527245f78ed9edaefdd60b4d2b02d8c64d93a1 (patch)
tree7dd5d2815588eaa358e698f586857eb1d2cfcd26 /mod/editwebpage.php
parentbd7be38da5fea67d2302693e28a4c070cdad8f4b (diff)
downloadvolse-hubzilla-d3527245f78ed9edaefdd60b4d2b02d8c64d93a1.tar.gz
volse-hubzilla-d3527245f78ed9edaefdd60b4d2b02d8c64d93a1.tar.bz2
volse-hubzilla-d3527245f78ed9edaefdd60b4d2b02d8c64d93a1.zip
Spare / and an undeclared var in editwebpage.
Diffstat (limited to 'mod/editwebpage.php')
-rw-r--r--mod/editwebpage.php3
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,