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.
|
// Search for changes on posts by the user.
|
||||||
if( CLI_MODE && false) {
|
if( CLI_MODE ) {
|
||||||
if($dbPosts->cliMode()) {
|
if($dbPosts->cliMode()) {
|
||||||
reIndexTagsPosts();
|
reIndexTagsPosts();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user