Skip to content

Commit

Permalink
Merge branch 'MDL-36841_master' of git://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Nov 27, 2012
2 parents 908957b + 04123f6 commit a58be8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/portfolio/formats/leap2a/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,11 @@ private function create_xhtmlish_element(DomDocument $dom, $tagname, $content) {

/**
* 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) {}
}

/**
Expand Down

0 comments on commit a58be8a

Please sign in to comment.