Skip to content

Commit

Permalink
Backend_Darkmode fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Jul 9, 2023
1 parent 3aac451 commit d5d4f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// Check REDAXO version
// if (rex_string::versionCompare(rex::getVersion(), '5.13.0-dev', '>=')) {
if (rex_version::compare(rex::getVersion(), '5.13.0-dev', '>=')) {

rex_view::addCssFile($this->getAssetsUrl('cke5_dark.css'));
$user = rex::requireUser();

// get user settings for theme
Expand Down

0 comments on commit d5d4f2f

Please sign in to comment.