]> git.mxchange.org Git - mailer.git/blobdiff - inc/email-functions.php
Continued:
[mailer.git] / inc / email-functions.php
index b6eb56173fc8c7a101d86a9d969cf245581ebd35..87eab21d5cbba90c1c6a4eeb00ece1ecfb1ba9a8 100644 (file)
@@ -187,7 +187,7 @@ function sendRawEmail ($toEmail, $subject, $message, $headers) {
 }
 
 // Send notification to admin
-function sendAdminNotification ($subject, $templateName, $content = array(), $userid = NULL) {
+function sendAdminNotification ($subject, $templateName, $content = [], $userid = NULL) {
        if ((isExtensionInstalledAndNewer('admins', '0.4.1')) && (function_exists('sendAdminsEmails'))) {
                // Send new way
                //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'admins=Y,subject=' . $subject . ',templateName=' . $templateName . ' - OKAY!');