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

$frontendData is empty.

This commit is contained in:
Cameron 2016-12-09 09:59:32 -08:00
parent 57f703c379
commit 5e4735f112
2 changed files with 2 additions and 2 deletions

View File

@ -3678,7 +3678,7 @@ $text .= "
'main/edit' => 'main/list'
);
protected \$menuTitle = '".vartrue($tp->filter($vars['pluginName']), $pluginTitle)."';
protected \$menuTitle = '".vartrue($pluginTitle, $tp->filter($vars['pluginName']))."';
}

View File

@ -413,7 +413,7 @@ class e_file
/**
* Grab a remote file and save it in the /temp directory. requires CURL
* @param $remote_url
* @param $local_file
* @param $local_file string filename to save as
* @param $type media, temp, or import
* @return boolean TRUE on success, FALSE on failure (which includes absence of CURL functions)
*/