X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FGNUsocialPhotos%2Factions%2Fphotos.php;h=b1e1b73ff1198cb97b681477fab25b09e5994420;hb=7e597ea7cc85c3b7c7226d443b21fb3252c8fd7e;hp=c966d0b71d7cf6eca8e89069cbc9d5074af85242;hpb=2a4dc77a633cc78907934fd93200ac16d55be78e;p=quix0rs-gnu-social.git diff --git a/plugins/GNUsocialPhotos/actions/photos.php b/plugins/GNUsocialPhotos/actions/photos.php index c966d0b71d..b1e1b73ff1 100644 --- a/plugins/GNUsocialPhotos/actions/photos.php +++ b/plugins/GNUsocialPhotos/actions/photos.php @@ -120,7 +120,7 @@ class PhotosAction extends Action function showAlbum($album_id) { - $album = GNUSocialPhotoAlbum::getKV('album_id', $album_id); + $album = GNUsocialPhotoAlbum::getKV('album_id', $album_id); if (!$album) { return; }