mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
PHP Warning removal.
This commit is contained in:
@@ -64,11 +64,14 @@ class e_admin_log
|
|||||||
* @return none
|
* @return none
|
||||||
*/
|
*/
|
||||||
public function __construct($options = array())
|
public function __construct($options = array())
|
||||||
|
{
|
||||||
|
if(!empty($options))
|
||||||
{
|
{
|
||||||
foreach ($options as $key=>$val)
|
foreach ($options as $key=>$val)
|
||||||
{
|
{
|
||||||
$this->_options[$key] = $val;
|
$this->_options[$key] = $val;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
define("E_LOG_INFORMATIVE", 0); // Minimal Log Level, including really minor stuff
|
define("E_LOG_INFORMATIVE", 0); // Minimal Log Level, including really minor stuff
|
||||||
define("E_LOG_NOTICE", 1); // More important than informative, but less important than notice
|
define("E_LOG_NOTICE", 1); // More important than informative, but less important than notice
|
||||||
|
Reference in New Issue
Block a user