Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de01a50
)
MDL-15362 - make sure we log the transfer on an xmlrpc request in mahara plugin
author
mjollnir_
<mjollnir_>
Fri, 12 Sep 2008 15:32:14 +0000
(15:32 +0000)
committer
mjollnir_
<mjollnir_>
Fri, 12 Sep 2008 15:32:14 +0000
(15:32 +0000)
portfolio/type/mahara/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/portfolio/type/mahara/lib.php
b/portfolio/type/mahara/lib.php
index
e7b4e17
..
3cff554
100644
(file)
--- 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;
}