Skip to content

Commit

Permalink
Merge pull request #85 from marcissimus/save_options
Browse files Browse the repository at this point in the history
Fix saving options
  • Loading branch information
marcissimus committed Mar 13, 2024
2 parents b698774 + 9784296 commit a440444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/admin/suffusion-options-page.php
Expand Up @@ -170,7 +170,7 @@ function suffusion_save_css_to_file($custom_css = array()) {
}
}

return true;
return false;
}

/**
Expand Down

0 comments on commit a440444

Please sign in to comment.