mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Removing PHP5-ism again
This commit is contained in:
parent
ecfac80878
commit
8ee4253761
@ -69,7 +69,7 @@ class block_tag_flickr extends block_base {
|
||||
|
||||
$search = unserialize($response);
|
||||
|
||||
foreach ($search['photoset']['photo'] as &$p){
|
||||
foreach ($search['photoset']['photo'] as $p){
|
||||
$p['owner'] = $search['photoset']['owner'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user