Skip to content

Commit

Permalink
fix get tv
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathologic committed Mar 21, 2023
1 parent e44a85b commit ffa37b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ public function get($key)
$tvID = APIhelpers::getkey($this->tv, $key, 0);
if (!in_array($tvID, $tvTPL)) {
$out = null;
} else {
$out = parent::get($key);
}
}

Expand Down

0 comments on commit ffa37b6

Please sign in to comment.