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
Hi,
I use your plugin in my glpi project.
I noticed thant there is a call to the core function Session::haveRight('user', 'r') with deprecated syntax in the file inc/field.class.php
It causes notices in php-errors log file.
I think the right syntax is now Session::haveRight('user', READ)
Regards
Christian
The text was updated successfully, but these errors were encountered:
cedric-anne
added a commit
to cedric-anne/glpi-plugin-fields
that referenced
this issue
Dec 10, 2018
Hi,
I use your plugin in my glpi project.
I noticed thant there is a call to the core function Session::haveRight('user', 'r') with deprecated syntax in the file inc/field.class.php
It causes notices in php-errors log file.
I think the right syntax is now Session::haveRight('user', READ)
Regards
Christian
The text was updated successfully, but these errors were encountered: