2
0
forked from Wavyzz/dolibarr

Fix: fix not initialized variables

This commit is contained in:
Laurent Destailleur
2011-12-05 19:03:36 +01:00
parent ebea7f6c97
commit ffaf4e5465
35 changed files with 63 additions and 45 deletions

View File

@@ -84,6 +84,8 @@ class modNotification extends DolibarrModules
// Permissions
$this->remove();
$sql = array();
return $this->_init($sql);
}