Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix activation message using wrong counter variable
Browse files Browse the repository at this point in the history
  • Loading branch information
my-curiosity committed Oct 31, 2023
1 parent 5e9b626 commit 89f0eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/task/archive_user_task.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function execute() {

$result = $this->change_user_deprovisionstatus($reactivatearray, 'reactivate');
$unabletoactivate = $result['failures'];
$useractivated = $suspendresult['countersuccess'];
$useractivated = $result['countersuccess'];

$deleteresult = $this->change_user_deprovisionstatus($arraytodelete, 'delete');
$unabletodelete = $deleteresult['failures'];
Expand Down

0 comments on commit 89f0eb1

Please sign in to comment.