diff --git a/project_open_data.module b/project_open_data.module
index 175e88b..20ed272 100644
--- a/project_open_data.module
+++ b/project_open_data.module
@@ -60,7 +60,7 @@ function project_open_data_update_cached_catalog() {
  */
 function _project_open_data_invoke($hook, $exclude = array()) {
   foreach (module_implements($hook) as $module) {
-    if (in_array($module, $exclude) {
+    if (in_array($module, $exclude)) {
       continue;
     }
     $function = $module . '_' . 'project_open_data';
CommentFileSizeAuthor
#2 2066035_parse_error.patch506 bytesBarrett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BMDan’s picture

Status: Needs review » Reviewed & tested by the community

trivial bugfix, +rv

Barrett’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
506 bytes

Providing a patch file.

BMDan’s picture

Status: Needs review » Reviewed & tested by the community

Still +rv; trivial. :)

brockfanning’s picture

Status: Reviewed & tested by the community » Needs review

It works. :)

brockfanning’s picture

Status: Needs review » Reviewed & tested by the community
Barrett’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Fixed in commit ed27eae011668435006098e59047b3dae7b5b96d