Skip to content

Commit dead70d

Browse files
committed
fix: replace ` with "
1 parent f9da5ad commit dead70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Language/en/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Session language settings
1313
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.',
1515
'invalidSavePath' => 'Session: Configured save path "{0}" is not a directory, does not exist or cannot be created.',
1616
'writeProtectedSavePath' => 'Session: Configured save path "{0}" is not writable by the PHP process.',
1717
'emptySavePath' => 'Session: No save path configured.',

0 commit comments

Comments
 (0)