Froxlor doesn't use namespaces yet :/

Signed-off-by: Florian Aders <eleras@froxlor.org>
This commit is contained in:
Florian Aders
2016-02-01 10:19:31 +01:00
parent 9fc47f55b8
commit daf32b8ac4

View File

@@ -85,7 +85,7 @@ while ($certrow = $certificates_stmt->fetch(PDO::FETCH_ASSOC)) {
$changedetected = 1; $changedetected = 1;
} catch (\Exception $e) { } catch (Exception $e) {
fwrite($debugHandler, 'letsencrypt exception: ' . $e->getMessage() . "\n"); fwrite($debugHandler, 'letsencrypt exception: ' . $e->getMessage() . "\n");
} }
} else { } else {