diff options
Diffstat (limited to 'password.php')
-rw-r--r-- | password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/password.php b/password.php index b7daa70..1763fd2 100644 --- a/password.php +++ b/password.php @@ -24,7 +24,7 @@ $templateservice =& ServiceFactory::getServiceInstance('TemplateService'); $tplVars = array(); // IF SUBMITTED -if ($_POST['submitted']) { +if (isset($_POST['submitted'])) { // NO USERNAME if (!$_POST['username']) { |