1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 01:34:31 +02:00
This commit is contained in:
Ryan Cramer
2022-01-24 08:45:14 -05:00
parent 7f56c817e0
commit 22315d3cb5

View File

@@ -80,7 +80,7 @@ class PageComparison {
$is = true;
}
return $is;
return (bool) $is;
}
/**