Do not cause fatal error when query cache file failed to load

This commit is contained in:
Kijin Sung 2017-02-08 14:12:44 +09:00
parent 0c54b10f69
commit 1a8dcd6a34
3 changed files with 6 additions and 0 deletions

View file

@ -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';