aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-03 16:52:01 -0700
committerfriendica <info@friendica.com>2014-10-03 16:52:01 -0700
commitf618e0211795ce89f612b0108544f4e3d39d25fd (patch)
treecf6f043df0c9475aa4651b53fdeaa1ac41f1c21a /mod
parentec604a41582d9bd8b659d690c895eb6271b09310 (diff)
parent62f7bf51ba3fde8d9427f524ef000000e8852da6 (diff)
downloadvolse-hubzilla-f618e0211795ce89f612b0108544f4e3d39d25fd.tar.gz
volse-hubzilla-f618e0211795ce89f612b0108544f4e3d39d25fd.tar.bz2
volse-hubzilla-f618e0211795ce89f612b0108544f4e3d39d25fd.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/photos.php b/mod/photos.php
index f02f0f5f7..dc593f22b 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -654,7 +654,7 @@ function photos_content(&$a) {
);
if($cmd === 'edit') {
- if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
+ if(($album !== t('Profile Photos')) && ($album !== 'Profile Photos') && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
if($can_post) {
if($a->get_template_engine() === 'internal') {
$album_e = template_escape($album);
@@ -676,7 +676,7 @@ function photos_content(&$a) {
}
}
else {
- if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
+ if(($album !== t('Profile Photos')) && ($album !== 'Profile Photos') && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
if($can_post) {
$edit = array(t('Edit Album'), $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '/edit');
}