You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plxAdmin::getFileStatique() always returns a string (#827)
PLX_DEBUG is set to "true"
In plxPlugins::__construct(), error is ignored in some cases :
- PLX_DEBUG is false
- $error['file'] is empty
- $error['type'] < E_DEPRECATED ( not warnings )
Co-authored-by: Jean-Pierre Pourrez <kazimentou@free.fr>