Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Dec 20, 2023
1 parent 6d9e341 commit b2056ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Live/Live.php
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,7 @@ public static function _getStats($live_servers_id = 0, $force_recreate = false)
if (!empty($row) && $value->name === $obj->name) {
$obj->msg = "ONLINE";
}
$title = self::getTitleFromKey($row['key'], $row['title']);
$title = self::getTitleFromKey($value->name, $row['title']);
$titleSet = __LINE__;
$u = new User($row['users_id']);
$hiddenName = preg_replace('/^(.{5})/', '*****', $value->name);
Expand Down

0 comments on commit b2056ed

Please sign in to comment.