diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-09-08 18:35:27 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-09-08 18:35:27 +0000 |
commit | ff801dd111957f679b42642e86fbdd14fda463e6 (patch) | |
tree | db769b64d2332f4306c8a1f81f81a5bef82186a4 | |
parent | 455eec7e410e59b627275993c7803e6831f9df66 (diff) | |
download | brdo-ff801dd111957f679b42642e86fbdd14fda463e6.tar.gz brdo-ff801dd111957f679b42642e86fbdd14fda463e6.tar.bz2 |
- removing the "No valid themes enabled" warning.
-rw-r--r-- | includes/theme.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |