summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php
index 884a6190..021820b8 100644
--- a/index.php
+++ b/index.php
@@ -145,9 +145,7 @@ if (defined('CONFIG_FOOTER')) {
Render::addTemplate('footer', array('text' => CONFIG_FOOTER));
}
-if (Property::getNeedsCallback()) {
- Render::addTemplate('tm-callback-trigger');
-}
+Render::addTemplate('tm-callback-trigger');
// Send page to client.
Render::output();