Member
Member
SubJunk   15-11-2012, 06:20
#1

I'm trying to sync my website dmb with zenphoto 1.4.3.4 from 1.4.2.4.

In the function printImageStatistic() in zp-core/zp-extensions/image_album_statistics.php I was using $image->getAlbum()->id to get the ID of the album, however after the update I'm getting an error "Cannot access protected property Album::$id".

Is there another way I can access the album ID from that context without unprotecting id?

By the way I understand if you don't want to offer support for this since it's custom code, but I just thought it might be faster to ask than go digging around

Administrator
Administrator
acrylian   15-11-2012, 13:37
#2

Yes, $image->getAlbum()->getID().

Member
Member
SubJunk   16-11-2012, 00:32
#3

Works great, thanks!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.