From: Cash Costello Date: Sat, 14 Jul 2012 15:45:05 +0000 (-0400) Subject: removed an add check that causes albums to lose photos X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ab58e6bc96758eda0c2b293b98240fba0f305ae1;p=lorea%2Felgg.git removed an add check that causes albums to lose photos --- diff --git a/classes/TidypicsAlbum.php b/classes/TidypicsAlbum.php index e36b28488..a03df2d37 100644 --- a/classes/TidypicsAlbum.php +++ b/classes/TidypicsAlbum.php @@ -207,7 +207,7 @@ class TidypicsAlbum extends ElggObject { $list = unserialize($listString); // if empty don't need to check the permissions. - if (!$list || $list[0] == '') { + if (!$list) { return array(); }