Merge pull request #11670 from bafbes/abb100071
fix:this is not accessible in static context
This commit is contained in:
commit
92c0ed9759
@ -143,7 +143,7 @@ class TraceableDB extends DoliDB
|
|||||||
*/
|
*/
|
||||||
public static function convertSQLFromMysql($line, $type = 'ddl')
|
public static function convertSQLFromMysql($line, $type = 'ddl')
|
||||||
{
|
{
|
||||||
return $this->db->convertSQLFromMysql($line);
|
return self::$db->convertSQLFromMysql($line);
|
||||||
}
|
}
|
||||||
|
|
||||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user