diff options
author | friendica <info@friendica.com> | 2014-01-04 13:44:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-04 13:44:43 -0800 |
commit | 587c5d3e463548974157ab49c20f9c4246c4a825 (patch) | |
tree | 6a5a5d4bf6334eebf513f0114318d6cb95c45cde /mod/editblock.php | |
parent | 9f4e9f247a032d6e88d677474ead0d9cdaca22bb (diff) | |
download | volse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.tar.gz volse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.tar.bz2 volse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.zip |
a few fixes to webpage editing
Diffstat (limited to 'mod/editblock.php')
-rw-r--r-- | mod/editblock.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editblock.php b/mod/editblock.php index 8b5b2d16c..e8f3e90f8 100644 --- a/mod/editblock.php +++ b/mod/editblock.php @@ -111,6 +111,7 @@ function editblock_content(&$a) { $o .= replace_macros($tpl,array( '$return_path' => $rp, '$action' => 'item', + '$webpage' => ITEM_BUILDBLOCK, '$share' => t('Edit'), '$upload' => t('Upload photo'), '$attach' => t('Attach file'), |