mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Endpoints/Cache
* fix cache id collision when category == dbTypeId for a given dbType * increment version number to invalidate existing caches * maps endpoint doesn't need caching. It is entirely static content.
This commit is contained in:
@@ -14,8 +14,7 @@ trait TrTooltip
|
||||
{
|
||||
$key = array(
|
||||
$this->type, // DBType
|
||||
$this->typeId, // DBTypeId
|
||||
-1, // category
|
||||
$this->typeId, // DBTypeId/category
|
||||
User::$groups, // staff mask
|
||||
'' // misc (here tooltip)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user