Completed
Push — 1.2 ( 261ddf...fd7ca1 )
by David
15:45 queued 09:58
created
lib/Dwoo/Core.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -555,8 +555,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.