X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FAngular%2FChangeSet.php;h=27c92a5867b16395213863d24e732d7a197cd4d3;hb=37c3f814fbddd27fc9a8e668952f3006a22a7b30;hp=f0eb38148cbfad59d628659ff8451b0732663d93;hpb=e48ed441e7d36e73a3ea5554a8e59411e8eb9920;p=civicrm-core.git diff --git a/Civi/Angular/ChangeSet.php b/Civi/Angular/ChangeSet.php index f0eb38148c..27c92a5867 100644 --- a/Civi/Angular/ChangeSet.php +++ b/Civi/Angular/ChangeSet.php @@ -55,9 +55,6 @@ class ChangeSet implements ChangeSetInterface { if (preg_match($filter['regex'], $path)) { if ($doc === NULL) { $doc = \phpQuery::newDocument($html, 'text/html'); - if (\CRM_Core_Config::singleton()->debug && !$coder->checkConsistentHtml($html)) { - throw new \CRM_Core_Exception("Cannot process $path: inconsistent markup. Use check-angular.php to investigate."); - } } call_user_func($filter['callback'], $doc, $path); }