]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/actions/photoupload.php
Photo albums on photos page
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / actions / photoupload.php
index 28405bc58fcc4f6f522191de3e9d4f438f1b2613..fc86b8e3abe079b27688d943cf367d6e1df0ecff 100644 (file)
@@ -193,7 +193,6 @@ class PhotouploadAction extends Action
         $thumb_uri = 'http://' . common_config('site', 'server') . '/file/thumb.' . $filename;
         $profile_id = $cur->id;
        
-        // TODO: proper multiple album support 
         $album = GNUsocialPhotoAlbum::staticGet('album_id', $this->trimmed('album'));
         if ($album->profile_id != $profile_id) {
             $this->showForm(_('Error: This is not your album!'));