We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9da5ad commit dead70dCopy full SHA for dead70d
system/Language/en/Session.php
@@ -11,7 +11,7 @@
11
12
// Session language settings
13
return [
14
- 'missingDatabaseTable' => '`sessionSavePath` must have the table name for the Database Session Handler to work.',
+ 'missingDatabaseTable' => '"sessionSavePath" must have the table name for the Database Session Handler to work.',
15
'invalidSavePath' => 'Session: Configured save path "{0}" is not a directory, does not exist or cannot be created.',
16
'writeProtectedSavePath' => 'Session: Configured save path "{0}" is not writable by the PHP process.',
17
'emptySavePath' => 'Session: No save path configured.',
0 commit comments