Merge pull request #12668 from frederic34/patch-6

missing $db for line 711
This commit is contained in:
Laurent Destailleur 2019-12-09 17:33:20 +01:00 committed by GitHub
commit 314a13a8df
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;