Also cache null entries

This commit is contained in:
Ruan 2015-07-09 14:09:15 +02:00
parent 84341fcd6e
commit f92378b217

View File

@ -40,6 +40,7 @@ function get_name($uuid) {
$uuid_name_cache[$uuid] = $banner; $uuid_name_cache[$uuid] = $banner;
return $banner; return $banner;
} }
$uuid_name_cache[$uuid] = null;
return null; return null;
} }