1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

PHP warning fixes.

This commit is contained in:
Cameron
2020-12-31 08:01:34 -08:00
parent 5f1fc512fc
commit 798638a590
3 changed files with 7 additions and 2 deletions

View File

@@ -3068,6 +3068,7 @@ class e107plugin
*/
function XmlTables($function, $plug, $options = array())
{
$txt = '';
$this->log("Running ".__METHOD__);
$sqlFile = e_PLUGIN.$plug['plugin_path'].'/'.str_replace("_menu","", $plug['plugin_path'])."_sql.php";
@@ -3495,6 +3496,8 @@ class e107plugin
{
$this->log("Running ".__FUNCTION__);
$status = false;
$mes = e107::getMessage();
if(!empty($this->options['nolinks']))
@@ -4239,6 +4242,8 @@ class e107plugin
}
global $sysprefs, $mySQLprefix;
$text = '';
$ns = e107::getRender();
$sql = e107::getDb();