@@ -59,7 +59,7 @@ class Journal extends Core
if (!$page) {
$page = true;
}
- if ($page == -1) {
+ if ($page === -1) {
$page = false;
if (!$num) {