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

Plugin script tests and PHP8 fixes.

This commit is contained in:
Cameron
2021-01-22 13:44:10 -08:00
parent 4b0edad459
commit acc1a9af0d
62 changed files with 799 additions and 1849 deletions

View File

@@ -16,7 +16,8 @@ if (!e107::isInstalled('newsletter') || !ADMIN)
e107::redirect();
exit();
}
e107::includeLan(e_PLUGIN.'newsletter/languages/'.e_LANGUAGE.'.php');
e107::plugLan('newsletter', null);
require_once(HEADERF);
$sql = e107::getDb();