]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1106049 - Fix missing comma in the list of possible action on the page displayed...
authorMatt Selsky <selsky@columbia.edu>
Thu, 11 Dec 2014 17:41:35 +0000 (17:41 +0000)
committerGervase Markham <gerv@gerv.net>
Thu, 11 Dec 2014 17:41:35 +0000 (17:41 +0000)
template/en/default/admin/users/edit.html.tmpl

index b67e9ae76d7727fcd03fc078f1af8fd1a3ff041f..e6bc0f05d32717deae9e619d49542b80afb453ef 100644 (file)
     [% 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>,