mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-36841 portfolio: ensure variables in parent function match those of childs to prevent strict standard error
This commit is contained in:
parent
f42c34a38a
commit
04123f6d85
1 changed files with 4 additions and 1 deletions
|
@ -480,8 +480,11 @@ class portfolio_format_leap2a_entry {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hook function for subclasses to add extra links (like for files)
|
* 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) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue