Skip to content

Commit

Permalink
MDL-28210 messaging: Fixed requires problems in /message/discussion.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjdavis committed Jul 12, 2011
1 parent f6f6138 commit 6366fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message/discussion.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* @package message
*/

require('../config.php');
require('lib.php');
require(dirname(dirname(__FILE__)) . '/config.php');
require_once(dirname(__FILE__) . '/lib.php');

//the same URL params as in 1.9
$userid = required_param('id', PARAM_INT);
Expand Down

0 comments on commit 6366fdc

Please sign in to comment.