1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 21:32:09 +02:00

Forum language-file cleanup.

This commit is contained in:
Cameron
2015-01-30 18:14:06 -08:00
parent 552d113ce0
commit 05637a4422
34 changed files with 243 additions and 224 deletions

View File

@@ -64,7 +64,7 @@ class forum_notify extends notify
function forum_nt($data)
{
$message = 'todo';
$this->send('forum_nt', FORUM_NT_6, $message);
$this->send('forum_nt', LAN_PLUGIN_FORUM_NAME, $message);
}
function forum_ntp($data)