Skip to content
Snippets Groups Projects
Commit 048c1835 authored by lobo's avatar lobo
Browse files

CRM-12466 - force will always reevaluate the query, used in tests

----------------------------------------
* CRM-12466: Group listings don't load
  http://issues.civicrm.org/jira/browse/CRM-12466
parent 66fe06b1
No related branches found
No related tags found
No related merge requests found
...@@ -385,8 +385,7 @@ WHERE id = %1 ...@@ -385,8 +385,7 @@ WHERE id = %1
// done // done
// we allow hidden groups here since we dont know if the caller wants to evaluate an // we allow hidden groups here since we dont know if the caller wants to evaluate an
// hidden group // hidden group
// note that we ignore the force option in this case and rely on someone else having done it if (!$force && !self::shouldGroupBeRefreshed($groupID, FALSE, TRUE)) {
if (! self::shouldGroupBeRefreshed($groupID, FALSE, TRUE)) {
$lock->release(); $lock->release();
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment