diff options
-rw-r--r-- | template/en/default/admin/users/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index b67e9ae76..e6bc0f05d 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -159,7 +159,7 @@ [% IF listselectionvalues %], [% END %] [% END %] - [% IF listselectionvalues.matchtype != 'exact' %] + [% IF listselectionvalues && listselectionvalues.matchtype != 'exact' %] go <a href="editusers.cgi?action=list[% INCLUDE listselectionurlparams %]">back to the user list</a>, |