Skip to content

Commit

Permalink
MDL-51440 gradeimport_direct: fix config require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tlock committed Sep 17, 2015
1 parent f495510 commit 5229693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/import/direct/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

require_once(__DIR__ . "../../../../config.php");
require_once(__DIR__ . "/../../../config.php");
require_once($CFG->libdir.'/gradelib.php');
require_once($CFG->dirroot.'/grade/lib.php');
require_once($CFG->dirroot.'/grade/import/lib.php');
Expand Down

0 comments on commit 5229693

Please sign in to comment.