@@ -158,7 +158,7 @@ |
||
158 | 158 | } else { |
159 | 159 | $days[] = 'SU'; |
160 | 160 | } |
161 | - $str .= ' (' . join('+', $days) . ')'; |
|
161 | + $str .= ' ('.join('+', $days).')'; |
|
162 | 162 | return $str; |
163 | 163 | } |
164 | 164 |
@@ -27,7 +27,7 @@ |
||
27 | 27 | $container->setParameter('bcrm_web.content_dir', $config['content_dir']); |
28 | 28 | $container->setParameter('bcrm_web.content_path', $config['content_path']); |
29 | 29 | |
30 | - $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
30 | + $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
31 | 31 | $loader->load('controllers.xml'); |
32 | 32 | $loader->load('services.xml'); |
33 | 33 | } |