From 2756e3f85818346a478725b6dd94a966e0d92c07 Mon Sep 17 00:00:00 2001 From: mensonge Date: Sat, 10 May 2008 08:59:41 +0000 Subject: Bug fixes: correct minor bugs appearing with 'notice' level in PHP git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@122 b3834d28-1941-0410-a4f8-b48e95affb8f --- password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'password.php') 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']) { -- cgit v1.2.3-54-g00ecf