Merge pull request #12668 from frederic34/patch-6
missing $db for line 711
This commit is contained in:
commit
314a13a8df
@ -586,7 +586,7 @@ class Utils
|
|||||||
*/
|
*/
|
||||||
function generateDoc($module)
|
function generateDoc($module)
|
||||||
{
|
{
|
||||||
global $conf, $langs;
|
global $conf, $langs, $db;
|
||||||
global $dirins;
|
global $dirins;
|
||||||
|
|
||||||
$error = 0;
|
$error = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user