From: mjollnir_ Date: Fri, 12 Sep 2008 15:32:14 +0000 (+0000) Subject: MDL-15362 - make sure we log the transfer on an xmlrpc request in mahara plugin X-Git-Tag: v2.0.0-rc1~11505 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=fae696850a71ebd00f79f66e52c1f1a01f7dd11b;hp=de01a5071e2f38eaf6cf79f8afc519ce59979063 MDL-15362 - make sure we log the transfer on an xmlrpc request in mahara plugin --- diff --git a/portfolio/type/mahara/lib.php b/portfolio/type/mahara/lib.php index e7b4e177295..3cff554ee0d 100644 --- a/portfolio/type/mahara/lib.php +++ b/portfolio/type/mahara/lib.php @@ -318,6 +318,7 @@ class portfolio_plugin_mahara extends portfolio_plugin_pull_base { } catch (Exception $e) { exit(mnet_server_fault(8013, get_string('mnet_nofile', 'portfolio_mahara'))); } + $exporter->log_transfer(); $exporter->process_stage_cleanup(true); return $contents; }