Merge branch 'wip-MDL-33468-m23' of git://github.com/samhemelryk/moodle
authorDan Poltawski <dan@moodle.com>
Fri, 15 Jun 2012 04:14:49 +0000 (12:14 +0800)
committerDan Poltawski <dan@moodle.com>
Fri, 15 Jun 2012 04:14:49 +0000 (12:14 +0800)
1  2 
lib/csslib.php

diff --cc lib/csslib.php
@@@ -176,9 -175,9 +176,9 @@@ function css_send_cached_css($csspath, 
   * that theme designers could utilise the optimised output during development to
   * help them optimise their CSS... not that they should write lazy CSS.
   *
-  * @param string CSS
+  * @param string $css
   */
 -function css_send_uncached_css($css) {
 +function css_send_uncached_css($css, $themesupportsoptimisation = true) {
      global $CFG;
  
      header('Content-Disposition: inline; filename="styles_debug.php"');