File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
'localeNotSupported ' => 'Locale is not supported: {0} ' ,
56
56
57
57
// CSRF
58
- // @deprecated use ` Security.disallowedAction`
58
+ // @deprecated use ' Security.disallowedAction'
59
59
'disallowedAction ' => 'The action you requested is not allowed. ' ,
60
60
61
61
// Uploaded file moving
Original file line number Diff line number Diff line change 11
11
12
12
// Session language settings
13
13
return [
14
- 'missingDatabaseTable ' => '` sessionSavePath` must have the table name for the Database Session Handler to work. ' ,
14
+ 'missingDatabaseTable ' => '" sessionSavePath" must have the table name for the Database Session Handler to work. ' ,
15
15
'invalidSavePath ' => 'Session: Configured save path "{0}" is not a directory, does not exist or cannot be created. ' ,
16
16
'writeProtectedSavePath ' => 'Session: Configured save path "{0}" is not writable by the PHP process. ' ,
17
17
'emptySavePath ' => 'Session: No save path configured. ' ,
You can’t perform that action at this time.
0 commit comments