Skip to content
Snippets Groups Projects
Unverified Commit 6af770ab authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Coding style: s/and/&&

parent a1725c3d
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class sspmod_core_Auth_Process_ScopeAttribute extends SimpleSAML_Auth_Processing
$attributes[$this->targetAttribute] = array();
}
if ($this->onlyIfEmpty and count($attributes[$this->targetAttribute]) > 0) {
if ($this->onlyIfEmpty && count($attributes[$this->targetAttribute]) > 0) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment