summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-03 22:39:18 +0100
committerlsces <lester@lsces.co.uk>2014-06-03 22:39:18 +0100
commit48c43a8ca0faf47dd6fdc3c0bb6e2bdbfac9923c (patch)
tree0ef9ca5be528a69c4155618607216b04444b00a8
parentbf212e13b26b8ea72eaf076569c58a21a5d6cb2d (diff)
downloadwiki-48c43a8ca0faf47dd6fdc3c0bb6e2bdbfac9923c.tar.gz
wiki-48c43a8ca0faf47dd6fdc3c0bb6e2bdbfac9923c.tar.bz2
wiki-48c43a8ca0faf47dd6fdc3c0bb6e2bdbfac9923c.zip
Spelling correction
-rw-r--r--edit.php1
-rw-r--r--templates/page_action_bar.tpl2
2 files changed, 1 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index 9e59156..532bd88 100644
--- a/edit.php
+++ b/edit.php
@@ -47,7 +47,6 @@ if( $gContent->isLocked() ) {
$gBitSystem->fatalError( 'Cannot edit page because it is locked' );
}
-
$gContent->invokeServices( 'content_edit_function' );
if( !empty( $gContent->mInfo ) ) {
diff --git a/templates/page_action_bar.tpl b/templates/page_action_bar.tpl
index 0b55ea8..f716969 100644
--- a/templates/page_action_bar.tpl
+++ b/templates/page_action_bar.tpl
@@ -8,7 +8,7 @@
{/if}
{/if}
{if $page ne 'SandBox' && $gBitUser->hasPermission( 'p_wiki_remove_page' )}
- <li><a title="{tr}remove this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}remove_page.php?page_id={$pageInfo.page_id}&amp;version=last">{tr}Remove{/tr}</a></li>
+ <li><a title="{tr}Remove this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}remove_page.php?page_id={$pageInfo.page_id}&amp;version=last">{tr}Remove{/tr}</a></li>
{/if}
{/if}
{if $page ne 'SandBox'}