aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/photos.php')
-rw-r--r--include/photos.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/photos.php b/include/photos.php
index a3869a72e..2d4907b33 100644
--- a/include/photos.php
+++ b/include/photos.php
@@ -529,7 +529,8 @@ function photos_album_widget($channelx,$observer,$sortkey = 'display_path',$dire
'$albums' => $albums['albums'],
'$baseurl' => z_root(),
'$upload' => ((perm_is_allowed($channelx['channel_id'],(($observer) ? $observer['xchan_hash'] : ''),'write_storage'))
- ? t('Upload New Photos') : '')
+ ? t('Upload New Photos') : ''),
+ '$recent_photos' => t('Recent Photos')
));
}