mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Fix PHP warning
This commit is contained in:
parent
16373e6904
commit
e05f0df20d
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ class LSattribute extends LSlog_staticLoggerClass {
|
|||
*/
|
||||
public function canBeGenerated() {
|
||||
$format = $this -> getConfig('generate_value_format', $this -> getConfig('default_value'));
|
||||
self :: log_debug($this."->canBeGenerated(): format='$format'");
|
||||
self :: log_debug($this."->canBeGenerated(): format=".varDump($format));
|
||||
return (
|
||||
(function_exists($this -> getConfig('generate_function')))
|
||||
||
|
||||
|
|
Loading…
Reference in a new issue