mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
some fixings
This commit is contained in:
parent
9f68e6b589
commit
30b69f1fc4
2 changed files with 4 additions and 4 deletions
|
@ -889,6 +889,9 @@ class App
|
|||
$this->internalRedirect('search');
|
||||
}
|
||||
|
||||
// Initialize module that can set the current theme in the init() method, either directly or via App->profile_uid
|
||||
$this->page['page_title'] = $moduleName;
|
||||
|
||||
// determine the module class and save it to the module instance
|
||||
// @todo there's an implicit dependency due SESSION::start(), so it has to be called here (yet)
|
||||
$module = $module->determineClass($this->args, $router, $this->config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue