Skip to content

Commit

Permalink
CRM-20904 : joomla cron run - load all daos defined in extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitendra Purohit committed Jul 18, 2017
1 parent 6005042 commit 88d3c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRM/Utils/System/Joomla.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ public function authenticate($name, $password, $loadCMSBootstrap = FALSE, $realP
}
CRM_Utils_System::loadBootStrap($bootStrapParams, TRUE, TRUE, FALSE);
}
//CRM-20904 Load all DAOs defined in hooks/extensions.
CRM_Core_DAO_AllCoreTables::reinitializeCache(TRUE);

jimport('joomla.application.component.helper');
jimport('joomla.database.table');
Expand Down

0 comments on commit 88d3c0d

Please sign in to comment.