missing $db for line 711

This commit is contained in:
Frédéric FRANCE 2019-12-09 16:42:57 +01:00 committed by GitHub
parent 63a26ed436
commit 407fe902b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -586,7 +586,7 @@ class Utils
*/
function generateDoc($module)
{
global $conf, $langs;
global $conf, $langs, $db;
global $dirins;
$error = 0;