- Timestamp:
- 12/28/2013 11:52:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/spellchecker/rpc.php
r16405 r26876 97 97 $spellchecker = new $config['general.engine']($config); 98 98 $result = call_user_func_array(array($spellchecker, $input['method']), $input['params']); 99 } else 100 die('{"result":null,"id":null,"error":{"errstr":"You must choose an spellchecker engine in the config.php file.","errfile":"","errline":null,"errcontext":"","level":"FATAL"}}'); 101 99 } else { 100 // die('{"result":null,"id":null,"error":{"errstr":"You must choose an spellchecker engine in the config.php file.","errfile":"","errline":null,"errcontext":"","level":"FATAL"}}'); 101 die('{"error":"You must choose spellchecker engine in the config.php file."}'); 102 } 102 103 // Request and response id should always be the same 103 104 $output = array(
Note: See TracChangeset
for help on using the changeset viewer.