1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Various PHP8 Fixes

This commit is contained in:
Cameron
2021-01-22 06:32:59 -08:00
parent 4a9cf379a6
commit 4b0edad459
4 changed files with 4 additions and 4 deletions

View File

@@ -368,7 +368,7 @@ class e_plugin
e107::getDebug()->log("\$this->_plugdir is empty ".__FILE__." ". __CLASS__ ."::".__METHOD__);
}
return $this->_data[$this->_plugdir]['legacy'];
return varset($this->_data[$this->_plugdir]['legacy']);
}