Skip to content

Commit 5039b11

Browse files
authored
Merge pull request #183 from WebFiori/dev
Fix a Bug in Scheduler Web Interface
2 parents 3ced44c + e11ec1c commit 5039b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webfiori/framework/scheduler/webUI/BaseTasksPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct($title, $description = '') {
3939
$this->setTitle($title);
4040
$this->setDescription($description);
4141
$defaultSiteLang = App::getConfig()->getPrimaryLanguage();
42-
$siteNames = App::getConfig()->getWebsiteNames();
42+
$siteNames = App::getConfig()->getAppNames();
4343
$siteName = $siteNames[$defaultSiteLang] ?? null;
4444

4545
if ($siteName !== null) {

0 commit comments

Comments
 (0)