Skip to content

Commit

Permalink
Merge branch 'MDL-28210_messaging_constants2' of git://github.com/and…
Browse files Browse the repository at this point in the history
…yjdavis/moodle
  • Loading branch information
stronk7 committed Jul 12, 2011
2 parents d253e3c + 6366fdc commit 8654b65
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 8654b65

Please sign in to comment.