From 5e4735f1120c721fdc1a65ed0fdb207649fbea57 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 9 Dec 2016 09:59:32 -0800 Subject: [PATCH] $frontendData is empty. --- e107_admin/plugin.php | 2 +- e107_handlers/file_class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index 9735122d1..f99b869fd 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -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']))."'; } diff --git a/e107_handlers/file_class.php b/e107_handlers/file_class.php index 3f4eba969..c6fbf767d 100644 --- a/e107_handlers/file_class.php +++ b/e107_handlers/file_class.php @@ -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) */