mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
PHP Warning removal.
This commit is contained in:
@@ -65,9 +65,12 @@ class e_admin_log
|
||||
*/
|
||||
public function __construct($options = array())
|
||||
{
|
||||
foreach ($options as $key=>$val)
|
||||
if(!empty($options))
|
||||
{
|
||||
$this->_options[$key] = $val;
|
||||
foreach ($options as $key=>$val)
|
||||
{
|
||||
$this->_options[$key] = $val;
|
||||
}
|
||||
}
|
||||
|
||||
define("E_LOG_INFORMATIVE", 0); // Minimal Log Level, including really minor stuff
|
||||
|
Reference in New Issue
Block a user