diff options
| author | 2018-01-01 20:48:33 +0100 | |
|---|---|---|
| committer | 2018-01-01 20:48:33 +0100 | |
| commit | 97d4250bd308175b72785f784d5b15e41ed7b04f (patch) | |
| tree | b79ed9bc52a76dcfda07521b5f800eb06829e454 /app/Models/ReadingMode.php | |
| parent | 1b7cc49d2253caf6f2ea9e3bbc5d380aeaff4ea1 (diff) | |
Minor syntax
Diffstat (limited to 'app/Models/ReadingMode.php')
| -rw-r--r-- | app/Models/ReadingMode.php | 2 |
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( |
