Skip to content

Commit

Permalink
rating MDL-23814 marking rate_ajax.php as being an ajax so the respon…
Browse files Browse the repository at this point in the history
…se should hopefully always be in json
  • Loading branch information
Andrew Davis committed Aug 15, 2010
1 parent 3e40d2c commit 1bb1e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rating/rate_ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

define('AJAX_SCRIPT', true);

require_once('../config.php');
require_once('lib.php');

Expand Down

0 comments on commit 1bb1e5b

Please sign in to comment.