Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
ad704e2c
Commit
ad704e2c
authored
Sep 30, 2015
by
David Monllaó
Browse files
Merge branch 'mdl51440-master' of
git://github.com/tlock/moodle
parents
8e31c017
52296930
Changes
1
Hide whitespace changes
Inline
Side-by-side
grade/import/direct/index.php
View file @
ad704e2c
...
...
@@ -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'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment