Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-14591 - added some phpdocs, moved the transfer log insert into its own method...
[moodle.git]
/
lib
/
portfolio
/
plugin.php
diff --git
a/lib/portfolio/plugin.php
b/lib/portfolio/plugin.php
index
1d2e1fc
..
7de6edd
100644
(file)
--- a/
lib/portfolio/plugin.php
+++ b/
lib/portfolio/plugin.php
@@
-757,6
+757,7
@@
abstract class portfolio_plugin_pull_base extends portfolio_plugin_base {
throw new portfolio_export_exception($this->get('exporter'), 'filenotfound', 'portfolio');
}
send_stored_file($file, 0, 0, true, null, true);
+ $this->get('exporter')->log_transfer();
}
}