From 88ec1a15f15cb8a05be2da8f6c2a05a117451712 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 29 Nov 2013 12:55:10 +0100 Subject: [PATCH] make linker available in Database class Signed-off-by: Michael Kaufmann (d00p) --- lib/classes/database/class.Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/database/class.Database.php b/lib/classes/database/class.Database.php index ac18af8e..0364f766 100644 --- a/lib/classes/database/class.Database.php +++ b/lib/classes/database/class.Database.php @@ -294,7 +294,7 @@ class Database { * @param bool $showerror if set to false, the error will be logged but we go on */ 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