Skip to content

Commit

Permalink
MDL-37984 portfolio: fixed path to Drive.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja authored and David Monllao committed Apr 8, 2015
1 parent 647681d commit 6d1eb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfolio/googledocs/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
require_once($CFG->libdir.'/portfolio/plugin.php');
require_once($CFG->libdir . '/google/lib.php');
require_once($CFG->libdir . '/google/Google/Service/Drive.php');
require_once($CFG->libdir . '/google/src/Google/Service/Drive.php');

class portfolio_plugin_googledocs extends portfolio_plugin_push_base {
/**
Expand Down

0 comments on commit 6d1eb89

Please sign in to comment.