space-time contines ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-31 20:55:50 +02:00
parent 18ca141f5c
commit d4e67338d8
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 14 additions and 13 deletions

View File

@ -1777,8 +1777,9 @@ function photos_content(App $a) {
$response_verbs = array('like');
if (feature_enabled($owner_uid,'dislike'))
if (feature_enabled($owner_uid, 'dislike')) {
$response_verbs[] = 'dislike';
}
$responses = get_responses($conv_responses,$response_verbs, '', $link_item);
$photo_tpl = get_markup_template('photo_view.tpl');