summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorPatrick Brown <ptbrown@whoopdedo.org>2015-05-07 01:43:32 -0400
committerPatrick Brown <ptbrown@whoopdedo.org>2015-05-07 01:43:32 -0400
commite6c4392f11bb5a668be8e874560af910b71d72f8 (patch)
treea3d9a3961e4ae52a903b6b31825b9d0f50c15834 /inc
parent8f03c311f28eaffe92893ec1a4d0b78581926e13 (diff)
downloadrpg-e6c4392f11bb5a668be8e874560af910b71d72f8.tar.gz
rpg-e6c4392f11bb5a668be8e874560af910b71d72f8.tar.bz2
Fix scrutinizer issues with auth
Diffstat (limited to 'inc')
-rw-r--r--inc/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth.php b/inc/auth.php
index dd0fc35b3..60b8c7c78 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -1098,7 +1098,7 @@ function updateprofile() {
}
}
- if(!($result = $auth->triggerUserMod('modify', array($INPUT->server->str('REMOTE_USER'), &$changes)))) {
+ if(!$auth->triggerUserMod('modify', array($INPUT->server->str('REMOTE_USER'), &$changes))) {
msg($lang['proffail'], -1);
return false;
}