NOBUG fix typo causing problems using config-dist.php as base
authorEloy Lafuente <stronk7@moodle.org>
Wed, 26 May 2010 16:06:17 +0000 (16:06 +0000)
committerEloy Lafuente <stronk7@moodle.org>
Wed, 26 May 2010 16:06:17 +0000 (16:06 +0000)
config-dist.php

index ea24a80..d1518a8 100644 (file)
@@ -407,7 +407,7 @@ $CFG->admin = 'admin';
 // ALL DONE!  To continue installation, visit your main page with a browser
 //=========================================================================
 
-require_once(dirname(_FILE_) . '/lib/setup.php'); // Do not edit
+require_once(dirname(__FILE__) . '/lib/setup.php'); // Do not edit
 
 // There is no php closing tag in this file,
 // it is intentional because it prevents trailing whitespace problems!