diff options
author | Simon Rettberg | 2015-02-24 16:30:07 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-02-24 16:30:07 +0100 |
commit | bb6432a6158b97cd5b92ab316d9d8b52bca2044d (patch) | |
tree | e64f4d92458d2fb501eb0af13c6dc37adc731747 /index.php | |
parent | MiniLinux download with version selection (diff) | |
download | slx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.tar.gz slx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.tar.xz slx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.zip |
Various fixes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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(); |