text align tag + update/edit get desc + rating improve

This commit is contained in:
xiaomlove
2022-04-14 00:52:28 +08:00
parent d2a87ccda0
commit 9759c09320
44 changed files with 541 additions and 122 deletions

View File

@@ -288,14 +288,12 @@ class class_cache_redis {
if (!$this->getIsEnabled()) {
return 0;
}
$this->redis->del($Key);
if ($AllLang){
$langfolder_array = $this->getLanguageFolderArray();
foreach($langfolder_array as $lf)
$this->redis->del($lf."_".$Key);
}
else {
$this->redis->del($Key);
}
}
function getCacheReadTimes() {