bug fixing minor improvements

This commit is contained in:
exodus4d
2015-07-31 15:54:10 +02:00
parent 9826be3275
commit 65cbc9440f
377 changed files with 6077 additions and 3136 deletions

View File

@@ -238,7 +238,7 @@ class Route extends \Controller\AccessController {
if(count($rows) > 0){
// switch DB back to pathfinder DB
$this->setDB();
$this->setDB('PF');
// clear cache table
$query = "TRUNCATE system_neighbour";