Enable CLi mode on posts

This commit is contained in:
dignajar 2016-10-24 23:48:26 -03:00
parent af832d4592
commit 5b5a4e7690
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}