make linker available in Database class

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-29 12:55:10 +01:00
parent 3774b967f8
commit 88ec1a15f1

View File

@@ -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