]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make 2nd and 3rd cssLink() arguments optional
authorCraig Andrews <candrews@integralblue.com>
Thu, 6 Aug 2009 15:18:57 +0000 (11:18 -0400)
committerCraig Andrews <candrews@integralblue.com>
Thu, 6 Aug 2009 15:18:57 +0000 (11:18 -0400)
lib/htmloutputter.php

index 9d3244625607740799ec2f792d20a5ecc48091e0..74876523a64e2a6913c50f0f80b79b0fb5b767cb 100644 (file)
@@ -368,7 +368,7 @@ class HTMLOutputter extends XMLOutputter
      *
      * @return void
      */
-    function cssLink($src,$theme,$media)
+    function cssLink($src,$theme=null,$media=null)
     {
         if (!$theme) {
             $theme = common_config('site', 'theme');