Completed
Push — master ( ab699f...5f3b85 )
by chihiro
16:10
created
src/Eccube/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
     public function initSession()
271 271
     {
272 272
         $this->register(new \Silex\Provider\SessionServiceProvider(), array(
273
-            'session.storage.save_path' => $this['config']['root_dir'] . '/app/cache/eccube/session',
273
+            'session.storage.save_path' => $this['config']['root_dir'].'/app/cache/eccube/session',
274 274
             'session.storage.options' => array(
275 275
                 'name' => 'eccube',
276 276
                 'cookie_path' => $this['config']['root_urlpath'] ?: '/',
Please login to merge, or discard this patch.