1
0
Fork 0

Simplyfying code

This commit is contained in:
Michael 2021-07-25 05:08:29 +00:00
commit fbac31edc5
2 changed files with 2 additions and 2 deletions

View file

@ -617,7 +617,7 @@ class App
$this->baseURL->redirect('search');
}
// Initialize module that can set the current theme in the init() method, either directly or via App->profile_owner
// Initialize module that can set the current theme in the init() method, either directly or via App->setProfileOwner
$page['page_title'] = $moduleName;
if (!$this->mode->isInstall() && !$this->mode->has(App\Mode::MAINTENANCEDISABLED)) {