Merge branch 'MDL-36841_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE

This commit is contained in:
Aparup Banerjee
2012-11-27 14:56:36 +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) {}
}
/**