1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Closes #4922 - Option for plugins to extend notification routing.

This commit is contained in:
Cameron
2022-12-13 18:30:12 -08:00
parent 05b1b040c8
commit 78d4809d15
4 changed files with 2 additions and 10 deletions

View File

@@ -496,7 +496,7 @@ class notify
$this->send('admin_news_notify', $data['news_title'], $message, $img);
// print_a($message);
}