@@ -90,7 +90,7 @@ |
||
| 90 | 90 | */ |
| 91 | 91 | protected function isCompileRequired($compiled_path) |
| 92 | 92 | { |
| 93 | - if ($this->recompile_always AND ! isset($this->compiled_paths[$compiled_path])) { |
|
| 93 | + if ($this->recompile_always and ! isset($this->compiled_paths[$compiled_path])) { |
|
| 94 | 94 | return TRUE; |
| 95 | 95 | } |
| 96 | 96 | |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Andrew Coulton <[email protected]> |
|
| 4 | - * @copyright 2015 inGenerator Ltd |
|
| 5 | - * @license http://kohanaframework.org/license |
|
| 6 | - */ |
|
| 3 | + * @author Andrew Coulton <[email protected]> |
|
| 4 | + * @copyright 2015 inGenerator Ltd |
|
| 5 | + * @license http://kohanaframework.org/license |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | namespace Ingenerator\KohanaView; |
| 9 | 9 | |