- 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:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user