Changeset 599

Show
Ignore:
Timestamp:
09/27/06 18:55:46 (2 years ago)
Author:
ben
Message:

Fixed profile module to correctly set $CFG->profilelocation instead of $CFG->profileroot.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/profile/lib.php

    r598 r599  
    4747     
    4848    // Check to see if the profile config file doesn't exist 
    49     if (!isset($CFG->profileroot)) { 
    50         $CFG->profileroot = $CFG->dirroot . "mod/profile/"; 
     49    if (!isset($CFG->profilelocation)) { 
     50        $CFG->profilelocation = $CFG->dirroot . "mod/profile/"; 
    5151    } 
    5252