summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-07 11:39:06 +0200
committerSimon Rettberg2016-09-07 11:39:06 +0200
commit9c1a0ccebb26a805ef154ac165b4e05ba435e584 (patch)
treee2390bae568fbad798f4c4ed6460845697d42d41 /index.php
parent[roomplanner] Use AJAX for saving, show error message if unsuccessful (diff)
downloadslx-admin-9c1a0ccebb26a805ef154ac165b4e05ba435e584.tar.gz
slx-admin-9c1a0ccebb26a805ef154ac165b4e05ba435e584.tar.xz
slx-admin-9c1a0ccebb26a805ef154ac165b4e05ba435e584.zip
[Render] Add 'ovverride' to setTitle, so it's possible to set the title only if none was set before
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d9b7c371..b5201ab2 100644
--- a/index.php
+++ b/index.php
@@ -42,7 +42,7 @@ abstract class Page
{
$pageTitle = self::$module->getPageTitle();
if ($pageTitle !== false) {
- Render::setTitle($pageTitle);
+ Render::setTitle($pageTitle, false);
}
self::$instance->doRender();
}