mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Deprecated function include_lan() cleanup. Replaced with e107::lan();
This commit is contained in:
@@ -22,8 +22,6 @@ class download_cron // include plugin-folder in the name.
|
||||
{
|
||||
function config()
|
||||
{
|
||||
include_lan(e_PLUGIN."download/languages/".e_LANGUAGE."/admin_download.php");
|
||||
|
||||
$cron = array();
|
||||
|
||||
$cron[] = array(
|
||||
@@ -41,7 +39,7 @@ class download_cron // include plugin-folder in the name.
|
||||
function pruneLog()
|
||||
{
|
||||
// Whatever code you wish.
|
||||
e107::getMessage()->add("Executed dummy function within gsitemap/e_cron.php");
|
||||
e107::getMessage()->add("Executed dummy function within download/e_cron.php");
|
||||
return ;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user