diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-04-07 18:41:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-07 18:41:13 +0200 |
commit | 113bfe8fa256c7e8145a84fa43ab4549384b025d (patch) | |
tree | b926d2f74ee5a869cb6aa273dd46f013c8600fc4 /include/photos.php | |
parent | df4e19399030f5cdeef3c1527437898d70a6fc7b (diff) | |
download | volse-hubzilla-113bfe8fa256c7e8145a84fa43ab4549384b025d.tar.gz volse-hubzilla-113bfe8fa256c7e8145a84fa43ab4549384b025d.tar.bz2 volse-hubzilla-113bfe8fa256c7e8145a84fa43ab4549384b025d.zip |
remove redundant string
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/photos.php b/include/photos.php index 2d4907b33..a3869a72e 100644 --- a/include/photos.php +++ b/include/photos.php @@ -529,8 +529,7 @@ 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') : ''), - '$recent_photos' => t('Recent Photos') + ? t('Upload New Photos') : '') )); } |