aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editwebpage.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-04 13:44:43 -0800
committerfriendica <info@friendica.com>2014-01-04 13:44:43 -0800
commit587c5d3e463548974157ab49c20f9c4246c4a825 (patch)
tree6a5a5d4bf6334eebf513f0114318d6cb95c45cde /mod/editwebpage.php
parent9f4e9f247a032d6e88d677474ead0d9cdaca22bb (diff)
downloadvolse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.tar.gz
volse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.tar.bz2
volse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.zip
a few fixes to webpage editing
Diffstat (limited to 'mod/editwebpage.php')
-rw-r--r--mod/editwebpage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php
index 00659b4b7..e1de09e37 100644
--- a/mod/editwebpage.php
+++ b/mod/editwebpage.php
@@ -136,7 +136,7 @@ function editwebpage_content(&$a) {
$o .= replace_macros($tpl,array(
'$return_path' => $rp,
- '$webpage' => true,
+ '$webpage' => ITEM_WEBPAGE,
'$placeholdpagetitle' => t('Page link title'),
'$pagetitle' => $page_title,