diff options
author | mark <mark> | 2011-03-03 23:39:36 +0000 |
---|---|---|
committer | mark <mark> | 2011-03-03 23:39:36 +0000 |
commit | 93ccbad65ffe1726adc038d8e4e05c4100b0c11c (patch) | |
tree | 71d78b2645dce1708247f2ada9fc6b4c5625d3fd /rt/etc | |
parent | c01c619fdcbcf29ed6ce045e03c0be5d13fd836c (diff) |
fix RT_Config typo
Diffstat (limited to 'rt/etc')
-rw-r--r-- | rt/etc/RT_Config.pm.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index 4fa08949e..2fd22ef7f 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -1567,7 +1567,7 @@ them. =cut -Set($SimpleSearchIncludeResolve, 0); +Set($SimpleSearchIncludeResolved, 0); =back |