diff options
Diffstat (limited to 'views/rss/object/album/full.php')
-rw-r--r-- | views/rss/object/album/full.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/rss/object/album/full.php b/views/rss/object/album/full.php index 8261e5ce0..b1f5a567b 100644 --- a/views/rss/object/album/full.php +++ b/views/rss/object/album/full.php @@ -3,6 +3,9 @@ * List photos in an album for RSS * * @uses $vars['entity'] TidypicsAlbum + * + * @author Cash Costello + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2 */ $limit = (int)get_input('limit', 20); |