diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-03 22:39:18 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-03 22:39:18 +0100 |
| commit | 48c43a8ca0faf47dd6fdc3c0bb6e2bdbfac9923c (patch) | |
| tree | 0ef9ca5be528a69c4155618607216b04444b00a8 | |
| parent | bf212e13b26b8ea72eaf076569c58a21a5d6cb2d (diff) | |
| download | wiki-48c43a8ca0faf47dd6fdc3c0bb6e2bdbfac9923c.tar.gz wiki-48c43a8ca0faf47dd6fdc3c0bb6e2bdbfac9923c.tar.bz2 wiki-48c43a8ca0faf47dd6fdc3c0bb6e2bdbfac9923c.zip | |
Spelling correction
| -rw-r--r-- | edit.php | 1 | ||||
| -rw-r--r-- | templates/page_action_bar.tpl | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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}&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}&version=last">{tr}Remove{/tr}</a></li> {/if} {/if} {if $page ne 'SandBox'} |
