Skip to content
Snippets Groups Projects
Commit 26c6a9d9 authored by Philipp's avatar Philipp
Browse files

Sniffed

parent efb090ab
No related branches found
No related tags found
No related merge requests found
Pipeline #49334652 passed
...@@ -22,8 +22,11 @@ class AppController extends BaseController ...@@ -22,8 +22,11 @@ class AppController extends BaseController
} }
if (Configure::read('SESSION_DEBUG')) { if (Configure::read('SESSION_DEBUG')) {
$this->getRequest()->getSession()->write('SESSION_DEBUG', sprintf('%s%s', $this->getRequest()->getSession()->write('SESSION_DEBUG', sprintf(
$this->getRequest()->getSession()->read('SESSION_DEBUG'), 'SkeletonController;')); '%s%s',
$this->getRequest()->getSession()->read('SESSION_DEBUG'),
'SkeletonController;'
));
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment