mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Merge pull request #6041 from sunz7/issue/6000
[Fixes 6000] Fixed typo in IndexingCommands.cs
This commit is contained in:
commit
2f9a2c0c38
@ -49,7 +49,7 @@ namespace Orchard.Indexing.Commands {
|
||||
else {
|
||||
var indexProvider = _indexManager.GetSearchIndexProvider();
|
||||
if(indexProvider == null) {
|
||||
Context.Output.WriteLine(T("New indexing service was found. Please enable a module like Lucene."));
|
||||
Context.Output.WriteLine(T("No indexing service was found. Please enable a module like Lucene."));
|
||||
}
|
||||
else {
|
||||
if (indexProvider.Exists(index)) {
|
||||
|
Loading…
Reference in New Issue
Block a user