mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Close #28245
This commit is contained in:
@@ -56,13 +56,13 @@ class LogHandler
|
||||
}
|
||||
|
||||
/**
|
||||
* Is the module active ?
|
||||
* Is the logger active ?
|
||||
*
|
||||
* @return boolean
|
||||
* @return int 1 if logger enabled
|
||||
*/
|
||||
public function isActive()
|
||||
{
|
||||
return false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user