]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Elements/SelectWatcherType
Upgrade to 4.0.8 with mod of ExternalAuth + absolute paths to ticket-menu.
[usit-rt.git] / share / html / Elements / SelectWatcherType
index 44beee00d3af55619d6213505a1a8adc91955e08..4f1df60b293231844c6afd6d6188ce56b7eff86b 100644 (file)
@@ -56,7 +56,7 @@
 
 <%INIT>
 my @types;
-if ($Scope =~ 'queue') {
+if ($Scope =~ /queue/) {
    @types = RT::Queue->ManageableRoleGroupTypes;
 }
 else {