mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
$frontendData is empty.
This commit is contained in:
@@ -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']))."';
|
||||
}
|
||||
|
||||
|
||||
|
@@ -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)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user