diff options
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index 706720667..8ab5aab22 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -130,7 +130,7 @@ function editlayout_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 = '/layouts/' . $which; + $rp = 'layouts/' . $which; $o .= replace_macros($tpl,array( '$return_path' => $rp, |