Removing PHP5-ism again

This commit is contained in:
moodler 2007-08-12 18:04:26 +00:00
parent ecfac80878
commit 8ee4253761

View File

@ -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'];
}