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:
parent
57f703c379
commit
5e4735f112
@ -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)
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user