readd lib/exe/indexer.php for now. fixes #3137

This ensures backward compability (especially for testing purposes)
This commit is contained in:
Andreas Gohr 2020-06-04 13:29:53 +02:00
parent 0b34fd76bb
commit 85b0dd7dc5
2 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,6 @@ inc/lang/ru/wordblock.txt
inc/parser/lexer.php
inc/plugincontroller.class.php
inc/subscription.php
lib/exe/indexer.php
lib/plugins/authmysql/auth.php
lib/plugins/authmysql/conf/default.php
lib/plugins/authmysql/conf/metadata.php

5
lib/exe/indexer.php Normal file
View File

@ -0,0 +1,5 @@
<?php
/**
* @deprecated 2020-06-04 use taskrunner instead
*/
include __DIR__ . '/taskrunner.php';