summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-30 20:19:06 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-30 20:19:06 +0100
commitd2e76355bc02eb35fd652268efa4f021a411ccf6 (patch)
treed05594cb4659c8b6ae05525f5564ca77466a0b0b /edit.php
parenta668e5d695156c5ffa4ddebe1b4c5e7626a45fe1 (diff)
downloadboards-d2e76355bc02eb35fd652268efa4f021a411ccf6.tar.gz
boards-d2e76355bc02eb35fd652268efa4f021a411ccf6.tar.bz2
boards-d2e76355bc02eb35fd652268efa4f021a411ccf6.zip
Tidy up white space extra spaces and tabs
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index ad0c7c1..409143b 100644
--- a/edit.php
+++ b/edit.php
@@ -29,7 +29,7 @@ if( $gContent->isValid() ) {
$gContent->verifyCreatePermission();
}
-// Handle delete request
+// Handle delete request
if( isset( $_REQUEST['remove'] ) ) {
// @TODO: Change to verifyExpungePermission when that exists in LibertyContent
if ( $gContent->isValid() && $gContent->hasUserPermission( 'p_boards_remove', TRUE, TRUE ) ) {