summaryrefslogtreecommitdiffstats
path: root/templates/footer.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/footer.inc.php')
-rw-r--r--templates/footer.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.inc.php b/templates/footer.inc.php
index 8a0ac738..1c051cd3 100644
--- a/templates/footer.inc.php
+++ b/templates/footer.inc.php
@@ -22,7 +22,7 @@
*/
?>
<div style="clear:both;"></div>
-<?php if ($_SESSION['userdata']['password'] == 'old') {?>
+<?php if (isset($_SESSION['userdata']['password'])) {?>
<span class="fatalerror"><?php echo _('Using Old Password Encryption, Please Reset your Password'); ?></span>
<?php } ?>
</div> <!-- end id="content"-->