This commit is contained in:
friendica 2014-03-26 17:06:14 -07:00
commit 150bc9866a

View File

@ -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,