- fixed a bug with multi-character select (session mixed up)

- removed "beta" status from /admin login
- changed "tooltip" default color "green" -> "gray"
This commit is contained in:
Mark Friedrich
2017-12-08 20:33:55 +01:00
parent 7a8c270dfe
commit 3bf98ed0f3
16 changed files with 249 additions and 187 deletions

View File

@@ -21,6 +21,9 @@ class MapController extends AccessController {
public function init(\Base $f3) {
$character = $this->getCharacter();
// characterId
$f3->set('tplCharacterId', $character->id);
// page title
$f3->set('tplPageTitle', $character->name . ' | ' . Config::getPathfinderData('name'));