diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-08 16:32:06 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-08 16:32:06 -0800 |
commit | 29ac533cc908a57115d52a8659bce348b36ae6fa (patch) | |
tree | 6b3995430ae369e319cd64094c2acaca3f809a09 /mod/photos.php | |
parent | 79340c514715b5353333d8882fba450c9e42cc7e (diff) | |
download | volse-hubzilla-29ac533cc908a57115d52a8659bce348b36ae6fa.tar.gz volse-hubzilla-29ac533cc908a57115d52a8659bce348b36ae6fa.tar.bz2 volse-hubzilla-29ac533cc908a57115d52a8659bce348b36ae6fa.zip |
remove some unused stuff
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mod/photos.php b/mod/photos.php index 5b3367d40..b0d9bc631 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -698,12 +698,7 @@ function photos_content(&$a) { $album_edit = null; 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); - } - else { - $album_e = $album; - } + $album_e = $album; $albums = ((array_key_exists('albums', $a->data)) ? $a->data['albums'] : photos_albums_list($a->data['channel'],$a->data['observer'])); // @fixme - syncronise actions with DAV |