]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove redundant/unnecessary lines
authorCraig Andrews <candrews@integralblue.com>
Thu, 6 Aug 2009 22:05:46 +0000 (18:05 -0400)
committerCraig Andrews <candrews@integralblue.com>
Thu, 6 Aug 2009 22:05:46 +0000 (18:05 -0400)
lib/htmloutputter.php

index f4445b44f8d998beafc81095cfee7d7580068b21..2684baca60abbda4a664971a9279e008b3ac3e2d 100644 (file)
@@ -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))
         {