aboutsummaryrefslogtreecommitdiff
path: root/app/Models/ReadingMode.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/ReadingMode.php')
-rw-r--r--app/Models/ReadingMode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/ReadingMode.php b/app/Models/ReadingMode.php
index 06170a468..1e97e228a 100644
--- a/app/Models/ReadingMode.php
+++ b/app/Models/ReadingMode.php
@@ -107,7 +107,7 @@ class FreshRSS_ReadingMode {
public static function getReadingModes() {
$actualView = Minz_Request::actionName();
$defaultCtrl = Minz_Request::defaultControllerName();
- $isDefaultCtrl = Minz_Request::controllerName() == $defaultCtrl;
+ $isDefaultCtrl = Minz_Request::controllerName() === $defaultCtrl;
$urlOutput = Minz_Request::currentRequest();
$readingModes = array(