From 858d1dc8d009de17dafa54f56220c3bef7dd5d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 17:36:40 +0200 Subject: [PATCH] Qual: Missing variable declaration --- htdocs/core/modules/modSkype.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/modules/modSkype.class.php b/htdocs/core/modules/modSkype.class.php index ab3f97899d9..c1c7d8aed76 100644 --- a/htdocs/core/modules/modSkype.class.php +++ b/htdocs/core/modules/modSkype.class.php @@ -99,6 +99,8 @@ class modSkype extends DolibarrModules */ function init($options='') { + $sql = array(); + // Prevent pb of modules not correctly disabled //$this->remove($options);