Skip to content

Commit

Permalink
New Feature #15997: Anonymise IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Apr 15, 2020
1 parent 83a9c90 commit 9f728b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -3576,7 +3576,7 @@ function createSurveysGroupSettingsTable(CDbConnection $oDB)
$settings2->gsid = 1;

// Quick hack to remote ipanonymize.
// TODO: Don't use models in updatedb_helper.
// TODO: Don't use models in updatedb_helper. ok
$attributes = $settings2->attributes;
unset($attributes['ipanonymize']);

Expand Down

0 comments on commit 9f728b4

Please sign in to comment.