mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Do not cause fatal error when query cache file failed to load
This commit is contained in:
parent
0c54b10f69
commit
1a8dcd6a34
3 changed files with 6 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ $lang->msg_call_server = 'Requesting to the server, please wait.';
|
|||
$lang->msg_db_not_setted = 'DB configuration has not been set.';
|
||||
$lang->msg_dbconnect_failed = 'Error has occurred while connecting to the DB. Please check the DB information again.';
|
||||
$lang->msg_invalid_queryid = 'Specified query ID value is invalid.';
|
||||
$lang->msg_failed_to_load_query = 'Failed to load query %s.';
|
||||
$lang->msg_not_permitted = 'You do not have permission to access.';
|
||||
$lang->msg_input_password = 'Please type the password.';
|
||||
$lang->msg_invalid_document = 'Invalid Article Number';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue