diff --git a/includes/Partials/PageTools.php b/includes/Partials/PageTools.php index 8878756f..44aac68b 100644 --- a/includes/Partials/PageTools.php +++ b/includes/Partials/PageTools.php @@ -135,7 +135,7 @@ final class PageTools extends Partial { } } - return $condition; + return (bool)$condition; } /**