X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/0f38bca0ce9973ca0692e74a3dcf587920a93f88..b402561271f0de4f4c12fc8f8c7d51d12e0a3e5c:/lib/template/footer.php

diff --git a/lib/template/footer.php b/lib/template/footer.php
index 9e39858..f33373f 100644
--- a/lib/template/footer.php
+++ b/lib/template/footer.php
@@ -9,7 +9,7 @@
         ?>
         <!-- Installation dependend links -->
         <?php
-        if (true == $cfg['installation_done']) {
+        if (false === empty($cfg['installation_done'])) {
             echo ' <span>|</span> ';
             echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
         }