@@ -78,22 +78,19 @@ |
||
78 | 78 | if ($item->isHit()) |
79 | 79 | { |
80 | 80 | $body = $item->get(); |
81 | - } |
|
82 | - else |
|
81 | + } else |
|
83 | 82 | { |
84 | 83 | $body = $this->view->render(); |
85 | 84 | |
86 | 85 | $this->cacheData($key, $body); |
87 | 86 | } |
88 | - } |
|
89 | - else |
|
87 | + } else |
|
90 | 88 | { |
91 | 89 | $body = $this->view->render(); |
92 | 90 | |
93 | 91 | $this->cacheData($key, $body); |
94 | 92 | } |
95 | - } |
|
96 | - else |
|
93 | + } else |
|
97 | 94 | { |
98 | 95 | $body = $this->view->render(); |
99 | 96 | } |