Skip to content

Commit

Permalink
Address #55 and #49 - Fix initial SAG behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPoppe committed Dec 12, 2023
1 parent 138a703 commit 524f32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/SAGUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public function getUserSag() : SAG
$this->module->setDefaultSag(true);
$sagId = $this->module->defaultSagId;
$this->setUserSag($sagId);
$sag = new SAG($this->module, $sagId);
}
return $sag;
}
Expand Down

0 comments on commit 524f32b

Please sign in to comment.