make linker available in Database class
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -294,7 +294,7 @@ class Database {
|
|||||||
* @param bool $showerror if set to false, the error will be logged but we go on
|
* @param bool $showerror if set to false, the error will be logged but we go on
|
||||||
*/
|
*/
|
||||||
private static function _showerror($error, $showerror = true) {
|
private static function _showerror($error, $showerror = true) {
|
||||||
global $theme;
|
global $theme, $linker;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* log to a file, so we can actually ask people for the error
|
* log to a file, so we can actually ask people for the error
|
||||||
|
|||||||
Reference in New Issue
Block a user