From ff801dd111957f679b42642e86fbdd14fda463e6 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 8 Sep 2002 18:35:27 +0000 Subject: - removing the "No valid themes enabled" warning. --- includes/theme.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 5395cb22f..122e58948 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -120,7 +120,6 @@ function theme_init() { return $obj; } - watchdog("warning", "No valid themes enabled."); @$obj =& new BaseTheme; return $obj; } -- cgit v1.2.3