diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-06 18:05:46 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-06 18:05:46 -0400 |
commit | 04ed583cc504da20d0a5e8093f7232ec5bf03493 (patch) | |
tree | bd284df54781f26fabaa8d43f7f54658b029875c /lib | |
parent | 932d1fb7ce06081c788ea088171fd69ef03cd394 (diff) |
remove redundant/unnecessary lines
Diffstat (limited to 'lib')
-rw-r--r-- | lib/htmloutputter.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index f4445b44f..2684baca6 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -370,9 +370,6 @@ class HTMLOutputter extends XMLOutputter */ function cssLink($src,$theme=null,$media=null) { - if (!$theme) { - $theme = common_config('site', 'theme'); - } $url = parse_url($src); if(! ($url->scheme || $url->host || $url->query || $url->fragment)) { |