From: Eloy Lafuente Date: Wed, 26 May 2010 16:06:17 +0000 (+0000) Subject: NOBUG fix typo causing problems using config-dist.php as base X-Git-Tag: v2.0.0-rc1~3063 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=d440bcfa28594c4eabcb61e6307e239bfeb3f5e5 NOBUG fix typo causing problems using config-dist.php as base --- diff --git a/config-dist.php b/config-dist.php index ea24a801da7..d1518a8af97 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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!