mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-39414-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
bcd4bf0343
@ -44,8 +44,9 @@ class portfolio_plugin_googledocs extends portfolio_plugin_push_base {
|
||||
}
|
||||
|
||||
public function expected_time($callertime) {
|
||||
// We trust what the portfolio says.
|
||||
return $callertime;
|
||||
// We're forcing this to be run 'interactively' because the plugin
|
||||
// does not support running in cron.
|
||||
return PORTFOLIO_TIME_LOW;
|
||||
}
|
||||
|
||||
public function send_package() {
|
||||
|
@ -44,7 +44,9 @@ class portfolio_plugin_picasa extends portfolio_plugin_push_base {
|
||||
}
|
||||
|
||||
public function expected_time($callertime) {
|
||||
return $callertime;
|
||||
// We're forcing this to be run 'interactively' because the plugin
|
||||
// does not support running in cron.
|
||||
return PORTFOLIO_TIME_LOW;
|
||||
}
|
||||
|
||||
public function send_package() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user