]> git.mxchange.org Git - friendica.git/blobdiff - include/enotify.php
Fix Issue #2816 - MySQL version typo
[friendica.git] / include / enotify.php
index bed00c5eaf95ac1969855d1ed8190a04dbf19c4c..4973bedc24c4270053b606d289ab7d8ab354e571 100644 (file)
@@ -49,7 +49,7 @@ function notification($params) {
        // with $params['show_in_notification_page'] == false, the notification isn't inserted into
        // the database, and an email is sent if applicable.
        // default, if not specified: true
-       $show_in_notification_page = ((x($params, 'show_in_notification_page')) ? $params['show_in_notification_page']:True);
+       $show_in_notification_page = ((x($params, 'show_in_notification_page')) ? $params['show_in_notification_page']:true);
 
        $additional_mail_header = "";
        $additional_mail_header .= "Precedence: list\n";