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-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fae696850a71ebd00f79f66e52c1f1a01f7dd11b;p=moodle.git 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 e7b4e17729..3cff554ee0 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; }