diff options
Diffstat (limited to 'templates/error.php')
-rw-r--r-- | templates/error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/error.php b/templates/error.php index 5b71c1ef751..ae3f029708f 100644 --- a/templates/error.php +++ b/templates/error.php @@ -9,7 +9,7 @@ <?php foreach($_["errors"] as $error):?> <li class='error'> <?php echo $error['error'] ?><br/> - <p class='hint'><?php echo $error['hint'] ?></p> + <p class='hint'><?php if(isset($error['hint']))echo $error['hint'] ?></p> </li> <?php endforeach ?> </ul> |