mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Corrected codestyle
This commit is contained in:
parent
b4092e374d
commit
7989bad5b7
1 changed files with 1 additions and 4 deletions
|
@ -486,10 +486,7 @@ class CakeSession {
|
|||
if (!empty($sessionConfig['ini']) && is_array($sessionConfig['ini'])) {
|
||||
foreach ($sessionConfig['ini'] as $setting => $value) {
|
||||
if (ini_set($setting, $value) === false) {
|
||||
throw new CakeSessionException(
|
||||
__d('cake_dev', 'Unable to configure the session, setting %s failed.',
|
||||
$setting)
|
||||
);
|
||||
throw new CakeSessionException(__d('cake_dev', 'Unable to configure the session, setting %s failed.', $setting));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue