mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-32417: Fixed regression in original (cherrypick) backport
This commit is contained in:
parent
c821346cfe
commit
47a6c7ee31
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class repository_flickr extends repository {
|
|||
* @param int $page
|
||||
* @return array
|
||||
*/
|
||||
public function search($search_text) {
|
||||
public function search($search_text, $page = 0) {
|
||||
$photos = $this->flickr->photos_search(array(
|
||||
'user_id'=>$this->nsid,
|
||||
'per_page'=>24,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue