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

Fix for signup template constants under CLI (scheduled task)

This commit is contained in:
Cameron
2015-05-16 23:59:43 -07:00
parent bb69e95346
commit 686c7187ff
3 changed files with 12 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ if (!getperms('W'))
}
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_users.php');
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_mailout.php');
e107::lan('core','signup');
// e107::lan('core','signup');
require_once(e_HANDLER.'ren_help.php');