diff --git a/src/modUsers.php b/src/modUsers.php index 287e4bc..ff9837e 100644 --- a/src/modUsers.php +++ b/src/modUsers.php @@ -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); } }