1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

PHP 7.1 Fixes.

This commit is contained in:
Cameron
2016-12-16 10:53:59 -08:00
parent 982fa869e3
commit e05425fbb2
4 changed files with 15 additions and 7 deletions

View File

@@ -140,7 +140,7 @@ class e_menu
*/
public function pref()
{
return $this->_current_parms;
return (empty($this->_current_parms)) ? array() : $this->_current_parms;
}