Enforce code standards

Correct this is not.
This commit is contained in:
Scott Walkinshaw
2012-09-18 16:47:46 -03:00
parent 7b510d61f4
commit c707448a72

View File

@@ -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;
}