summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2013-08-08 07:45:02 +0200
committerBenny Baumann <BenBE@geshi.org>2013-08-08 07:45:02 +0200
commitbe962501af189b26322728a8a28efddc9afdd81b (patch)
tree947fa53187e242f2425938c9ebf0bf31d5a7248c
parenta733a971db70514c5f791193d9c49bd44f1d4def (diff)
downloadcacert-devel-be962501af189b26322728a8a28efddc9afdd81b.tar.gz
cacert-devel-be962501af189b26322728a8a28efddc9afdd81b.tar.xz
cacert-devel-be962501af189b26322728a8a28efddc9afdd81b.zip
bug 1200: Fix missing dollar sign before error handlingbug-1200
-rw-r--r--www/gpg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gpg.php b/www/gpg.php
index d1c67e0..bf8ba29 100644
--- a/www/gpg.php
+++ b/www/gpg.php
@@ -91,7 +91,7 @@ function verifyEmail($email)
$err = true;
}
- if (!err)
+ if (!$err)
{
$err = runCommand("gpg --with-colons --homedir $tmpdir 2>&1",
clean_gpgcsr($CSR),