Api: Adjust max_lang_time when saving custom messages so they're available right away

This commit is contained in:
nathan 2023-06-09 09:39:55 -06:00
parent 2bd55ee782
commit 9313156daa

View File

@ -1076,6 +1076,7 @@ class Translation
Cache::unsetCache(Cache::INSTANCE,__CLASS__,$app.':'.$key);
}
}
self::max_lang_time(time());
}
/**