pathfinder-84 [Feature Request] added develop JS files

This commit is contained in:
Exodus4D
2016-04-10 11:23:03 +02:00
parent f326ff9200
commit c221d4d2a8
6 changed files with 122 additions and 57 deletions

View File

@@ -655,7 +655,8 @@ class Map extends Controller\AccessController {
// check if data for specific system is requested
$systemData = (array)$f3->get('POST.systemData');
// update current location
$activeCharacter = $activeCharacter->updateLog();
// -> suppress temporary timeout errors
$activeCharacter = $activeCharacter->updateLog(['suppressTimeoutErrors' => true]);
// if data is requested extend the cache key in order to get new data
$requestSystemData = (object) [];