summaryrefslogtreecommitdiffstatshomepage
path: root/password.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-05-10 08:59:41 +0000
committerGravatar mensonge2008-05-10 08:59:41 +0000
commit2756e3f85818346a478725b6dd94a966e0d92c07 (patch)
treeefad4c6566773670dc5f9a8b733f2a3ed3fe4a57 /password.php
parente273c0d367da161651324eca1b7e4177c670c91f (diff)
downloadscuttle-2756e3f85818346a478725b6dd94a966e0d92c07.tar.gz
scuttle-2756e3f85818346a478725b6dd94a966e0d92c07.zip
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
Diffstat (limited to 'password.php')
-rw-r--r--password.php2
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']) {