Skip to content

Commit 529fd9b

Browse files
Bug #168104 Fix: Backend > Notification Templates > Notice displayed on opening the search tools (#111)
1 parent 66acabd commit 529fd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com_tjnotifications/admin/models/fields/clients.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function getOptions()
5050
{
5151
$client = explode('_', $obj->client);
5252

53-
if ($client[1])
53+
if (!empty($client[1]))
5454
{
5555
$options[] = JHtml::_('select.option', $obj->client, ucfirst($client[1]));
5656
}

0 commit comments

Comments
 (0)