MDL-36841 portfolio: ensure variables in parent function match those of childs to prevent strict standard error

This commit is contained in:
Mark Nelson
2012-11-27 14:12:25 +08:00
parent f42c34a38a
commit 04123f6d85
+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) {}
}
/**