Skip to content
Snippets Groups Projects
Commit 634366e7 authored by totten's avatar totten
Browse files

CRM-12466 - Fix missing var (follow up to #927)

----------------------------------------
* CRM-12466: Group listings don't load
  http://issues.civicrm.org/jira/browse/CRM-12466
parent 7a251c9b
Branches
Tags
No related merge requests found
......@@ -169,7 +169,7 @@ AND ( g.cache_date IS NULL OR
if (!empty($refreshGroupIDs)) {
$refreshGroupIDString = CRM_Core_DAO::escapeString(implode(', ', $refreshGroupIDs));
$time = CRM_Utils_Date::getUTCTime($smartGroupCacheTimeout * 60);
$time = CRM_Utils_Date::getUTCTime(self::smartGroupCacheTimeout() * 60);
$query = "
UPDATE civicrm_group g
SET g.refresh_date = $time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment