- new UI option for "delete expired connections", #219

- new cronjob for  "delete expired connections", #219
- fixed "not updating" map changes, closed #357
- improved caching strategy for DB models (file cache)
- improved "map sharing"
This commit is contained in:
Exodus4D
2016-10-23 20:08:10 +02:00
parent 5b7a8f1dff
commit ca1cbb0e06
33 changed files with 396 additions and 157 deletions

View File

@@ -49,9 +49,7 @@ class AllianceMapModel extends BasicModel {
* see parent
*/
public function clearCacheData(){
parent::clearCacheData();
// clear map cache as well
// clear map cache
$this->mapId->clearCacheData();
}