@@ -41,8 +41,7 @@ |
||
41 | 41 | try |
42 | 42 | { |
43 | 43 | $jaxon->dialog()->registerLibrary($sClass, $sName); |
44 | - } |
|
45 | - catch(SetupException $e){} |
|
44 | + } catch(SetupException $e){} |
|
46 | 45 | } |
47 | 46 | // Register the template dir into the template renderer |
48 | 47 | $jaxon->template()->addNamespace('jaxon::dialogs', dirname(__DIR__) . '/templates'); |