Skip to content

Commit d9bd6c9

Browse files
authored
rex_sql bool liefert keinen String mehr sondern boolschen Wert
1 parent 7819280 commit d9bd6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/Redactor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public static function createProfileFiles()
153153
}
154154
}
155155

156-
if ($profile['plugin_counter'] === '1') {
156+
if ($profile['plugin_counter']) {
157157
$redactorPlugins[] = 'counter';
158158
}
159159

0 commit comments

Comments
 (0)