summaryrefslogtreecommitdiff
path: root/inc/auth.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-20 23:57:11 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-08-20 23:57:11 -0700
commit9dd087167294cacaf0e00a4c7e66a5556a543a26 (patch)
tree4e1a0beb578c582449c32d7c4c427affc07b0752 /inc/auth.php
parent11639361046989d634710eefdbaf15a0f44c5e5a (diff)
parentb8983d3a45d16afc81d527fc2616f8c43bbf2c87 (diff)
downloadrpg-9dd087167294cacaf0e00a4c7e66a5556a543a26.tar.gz
rpg-9dd087167294cacaf0e00a4c7e66a5556a543a26.tar.bz2
Merge pull request #306 from mperry2/whitespace
Fix CodeSniffer violations
Diffstat (limited to 'inc/auth.php')
-rw-r--r--inc/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth.php b/inc/auth.php
index 1c0bf5b4f..696456cfc 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -1061,7 +1061,7 @@ function auth_deleteprofile(){
if(!$INPUT->post->bool('delete')) return false;
if(!checkSecurityToken()) return false;
- // action prevented or auth module disallows
+ // action prevented or auth module disallows
if(!actionOK('profile_delete') || !$auth->canDo('delUser')) {
msg($lang['profnodelete'], -1);
return false;