From c707448a729888ba440e2a5b24723617a619f6c6 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Tue, 18 Sep 2012 16:47:46 -0300 Subject: [PATCH] Enforce code standards Correct this is not. --- lib/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.php b/lib/utils.php index 5184444..6b1b577 100644 --- a/lib/utils.php +++ b/lib/utils.php @@ -23,7 +23,7 @@ class Roots_Wrapping { self::$base = substr(basename(self::$main_template), 0, -4); - if ('index' == self::$base) { + if (self::$base === 'index') { self::$base = false; }