| @@ -79,7 +79,7 @@ | ||
| 79 | 79 | |
| 80 | 80 | |
| 81 | 81 | $model = $this->model->initByTemplate($view); | 
| 82 | -        $template = $model->where('action',$view)->get()->last(); | |
| 82 | +        $template = $model->where('action', $view)->get()->last(); | |
| 83 | 83 | $plain = (!empty($template)) ? $template->getPlain() : $plain; | 
| 84 | 84 | |
| 85 | 85 | if (!empty($template)) |