mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
Debug v16 - Fix for postgresql - Fix for sql loading per module - php8
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
/**
|
||||
* Prepare array with list of tabs
|
||||
*
|
||||
* @param Object $object Object related to tabs
|
||||
* @param User $object Object related to tabs
|
||||
* @return array Array of tabs to show
|
||||
*/
|
||||
function user_prepare_head($object)
|
||||
function user_prepare_head(User $object)
|
||||
{
|
||||
global $langs, $conf, $user, $db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user