]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing a silly cosmetic thing under Windows...
authordefacer <defacer>
Fri, 23 Feb 2007 02:35:22 +0000 (02:35 +0000)
committerdefacer <defacer>
Fri, 23 Feb 2007 02:35:22 +0000 (02:35 +0000)
install.php

index 7b7316779386b1d8d0dfbe3c59cbc391892a3667..0c8eebbd667271cd7017372fadac12c5f1960538 100644 (file)
@@ -66,7 +66,7 @@ if ( empty($INSTALL['language']) and empty($_POST['language']) ) {
 /// To be used by the Installer
     $INSTALL['wwwroot']         = '';
     $INSTALL['dirroot']         = dirname(__FILE__);
-    $INSTALL['dataroot']        = dirname(dirname(__FILE__)) . '/moodledata';
+    $INSTALL['dataroot']        = dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'moodledata';
 
 /// To be configured in the Installer
     $INSTALL['wwwrootform']         = '';