Enable CLi mode on posts
This commit is contained in:
parent
af832d4592
commit
5b5a4e7690
|
@ -13,7 +13,7 @@ $posts = array();
|
|||
// ============================================================================
|
||||
|
||||
// Search for changes on posts by the user.
|
||||
if( CLI_MODE && false) {
|
||||
if( CLI_MODE ) {
|
||||
if($dbPosts->cliMode()) {
|
||||
reIndexTagsPosts();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue