Added missing return null for getStaticMember
This commit is contained in:
parent
097e8d33a2
commit
37c7d05a9e
@ -52,6 +52,7 @@ function getStaticMember($class, $member)
|
|||||||
}
|
}
|
||||||
|
|
||||||
dol_print_error('','Try to get a static member "'.$member.'" in class "'.$class.'" that does not exists or is not static.');
|
dol_print_error('','Try to get a static member "'.$member.'" in class "'.$class.'" that does not exists or is not static.');
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user