mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix bad directory for sql files
This commit is contained in:
@@ -291,7 +291,7 @@ class modWebhook extends DolibarrModules
|
||||
*/
|
||||
public function init($options = '')
|
||||
{
|
||||
$result = $this->_load_tables('/install/mysql/tables/', 'webhook');
|
||||
$result = $this->_load_tables('/install/mysql/', 'webhook');
|
||||
//$result = $this->_load_tables('/webhook/sql/');
|
||||
if ($result < 0) {
|
||||
return -1; // Do not activate module if error 'not allowed' returned when loading module SQL queries (the _load_table run sql with run_sql with the error allowed parameter set to 'default')
|
||||
|
||||
Reference in New Issue
Block a user