Skip to content

Commit

Permalink
theme MDL-21435 Fixed incorrect number of arguments for store_css wit…
Browse files Browse the repository at this point in the history
…h editor css
  • Loading branch information
Sam Hemelryk committed Jun 24, 2010
1 parent e73d555 commit 2b8f39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

if ($type === 'editor') {
$css = $theme->editor_css_content();
store_css($candidatesheet, $css);
store_css($theme, $candidatesheet, $css);
} else {
$css = $theme->css_files();
$allfiles = array();
Expand Down

0 comments on commit 2b8f39c

Please sign in to comment.