bernd commited on 2009-11-23 10:52:01
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1514 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -107,7 +107,7 @@ if ($_GET['action'] == 'edit') |
107 | 107 |
/* Wenn etwas anderes kommt, ist das "beides". So einfach ist das. */ |
108 | 108 |
} |
109 | 109 |
|
110 |
- $cert = (int) $_POST['cert']; |
|
110 |
+ $cert = (isset($_POST['cert']) ? (int) $_POST['cert'] : NULL); |
|
111 | 111 |
|
112 | 112 |
$ipv4 = (isset($_POST['ipv4']) ? $_POST['ipv4'] : NULL); |
113 | 113 |
|
114 | 114 |