Browse Source

Remove nonsense branch logic

tags/2.0.0-rc
tom-- 10 years ago
parent
commit
33f2525a39
  1. 4
      framework/base/Security.php

4
framework/base/Security.php

@ -439,12 +439,10 @@ class Security extends Component
if ($this->compareString($hash, $calculatedHash)) {
return $pureData;
} else {
return false;
}
} else {
return false;
}
return false;
}
/**

Loading…
Cancel
Save