Skip to content

Commit 073a330

Browse files
Nick Evangelouolgabrani
authored andcommitted
Fix syntax error in disco-tpl.php
1 parent 30e76cd commit 073a330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/ssp/discopower/disco-tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function showEntry($t, $metadata, $favourite = FALSE, $withIcon = FALSE) {
6565

6666

6767
if($withIcon) {
68-
if(isset($metadata['login_button']['label']) && !isempty($metadata['login_button']['label'])) {
68+
if(isset($metadata['login_button']['label']) && !empty($metadata['login_button']['label'])) {
6969
$label = $metadata['login_button']['label'];
7070
}
7171
$filename = $metadata['login_button']['icon_filename'];

0 commit comments

Comments
 (0)