rt 4.0.7
[freeside.git] / rt / share / html / Elements / SelectWatcherType
index 44beee0..4f1df60 100755 (executable)
@@ -56,7 +56,7 @@
 
 <%INIT>
 my @types;
-if ($Scope =~ 'queue') {
+if ($Scope =~ /queue/) {
    @types = RT::Queue->ManageableRoleGroupTypes;
 }
 else {