1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-03 09:17:37 +01:00

Bugfix permessi

This commit is contained in:
Bacca97 2018-05-31 11:36:14 +02:00
parent 7f6cc4934a
commit a3c30930b5

View File

@ -127,6 +127,7 @@ class Modules
public static function getAdditionals($module)
{
$module = self::get($module);
$user = Auth::user();
if (!isset(self::$additionals[$module])) {
$database = Database::getConnection();