- removing the "No valid themes enabled" warning.

4.1.x
Kjartan Mannes 2002-09-08 18:35:27 +00:00
parent 455eec7e41
commit ff801dd111
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ function theme_init() {
return $obj;
}
watchdog("warning", "No valid themes enabled.");
@$obj =& new BaseTheme;
return $obj;
}