Skip to content

Commit 1775f2d

Browse files
ahuseyncolinmurphy
andauthored
Update plugins/hwp-previews/src/Integration/Faust_Integration.php
Co-authored-by: Colin Murphy <[email protected]>
1 parent cf0a040 commit 1775f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hwp-previews/src/Integration/Faust_Integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function register_faust_admin_notice(): void {
186186
*/
187187
public function is_faust_rewrites_enabled(): bool {
188188
if ( $this->get_faust_enabled() && function_exists( '\WPE\FaustWP\Settings\is_rewrites_enabled' ) ) {
189-
return \WPE\FaustWP\Settings\is_rewrites_enabled();
189+
return (bool) \WPE\FaustWP\Settings\is_rewrites_enabled();
190190
}
191191

192192
return false;

0 commit comments

Comments
 (0)