Merge branch 'MDL-36841_master' of git://github.com/markn86/moodle

This commit is contained in:
Aparup Banerjee
2012-11-27 14:56:03 +08:00
+4 -1
View File
@@ -480,8 +480,11 @@ class portfolio_format_leap2a_entry {
/**
* Hook function for subclasses to add extra links (like for files)
*
* @param DomDocument $dom feed object
* @param DomDocument $entry feed added link
*/
protected function add_extra_links() {}
protected function add_extra_links($dom, $entry) {}
}
/**