fixes in Customers::update()
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user