Skip to content

Commit

Permalink
Dev: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 22, 2021
1 parent 2a54708 commit 8e79006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/models/LSActiveRecord.php
Expand Up @@ -305,7 +305,6 @@ public function encryptAttributeValues($attributes = null, $bEncryptedOnly = fal
}
$class = get_class($this);
$encryptedAttributes = $this->getAllEncryptedAttributes($iSurveyId, $class);
$attributeCount = count($attributes);
foreach ($attributes as $key => $attribute) {
if (in_array($key, $encryptedAttributes)) {
if ($bReplaceValues) {
Expand Down

0 comments on commit 8e79006

Please sign in to comment.