forked from Wavyzz/dolibarr
# Fix:getrights must return a value The phan notice is all about the function not returning a value while it is said to return a value. Added the missing 'return'
# Fix:getrights must return a value The phan notice is all about the function not returning a value while it is said to return a value. Added the missing 'return'