fixes in Customers::update()

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-19 11:36:01 +01:00
parent 603e14913b
commit 5524ff7cae
2 changed files with 9 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ class DbManager {
*
* @param FroxlorLogger $log
*/
public function __construct(&$log = null) {
public function __construct($log = null) {
$this->_log = $log;
$this->_setManager();
}
@@ -124,4 +124,4 @@ class DbManager {
// TODO read different dbms from settings later
$this->_manager = new DbManagerMySQL($this->_log);
}
}
}