mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
removed echo left over from debugging
This commit is contained in:
parent
7351b930e1
commit
c4d23829e8
|
@ -53,7 +53,6 @@ if(isset($_GET['create']) && $_GET['create'] == 1) {
|
|||
if(!$index) {
|
||||
UI::exitError(getMLText("admin_tools"),getMLText("no_fulltextindex"));
|
||||
}
|
||||
echo "<p>Updating index</p>";
|
||||
SeedDMS_Lucene_Indexer::init($settings->_stopWordsFile);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user