aboutsummaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.example b/config.php.example
index c083592..b476a5d 100644
--- a/config.php.example
+++ b/config.php.example
@@ -40,6 +40,6 @@ function new_mail() {
$mailer->isHTML(false);
}
-newmail();
+new_mail();
?>