@@ -555,8 +555,7 @@ |
||
| 555 | 555 | if (!class_exists($class) && !function_exists($class)) { |
| 556 | 556 | try { |
| 557 | 557 | $this->getLoader()->loadPlugin($callback); |
| 558 | - } |
|
| 559 | - catch (Dwoo_Exception $e) { |
|
| 558 | + } catch (Dwoo_Exception $e) { |
|
| 560 | 559 | if (strstr($callback, 'Dwoo_Filter_')) { |
| 561 | 560 | throw new Dwoo_Exception('Wrong filter name : ' . $callback . ', the "Dwoo_Filter_" prefix should not be used, please only use "' . str_replace('Dwoo_Filter_', '', $callback) . '"'); |
| 562 | 561 | } else { |