@@ -117,7 +117,7 @@ |
||
117 | 117 | |
118 | 118 | try{ |
119 | 119 | $buffer_tpl = $this->getOB($this->path . DIRECTORY_SEPARATOR . $tpl . '.tpl.php', $data); |
120 | - }catch(Exception $er){ |
|
120 | + } catch(Exception $er){ |
|
121 | 121 | throw $er; |
122 | 122 | } |
123 | 123 |