The Drupal 7 version of mean_shadow uses node_get_types() which is not in Drupal 7. Attached patch uses replacement API function node_type_get_types().

Without this fix you cannot access the mean_shadow admin form as the old API function call results in a PHP fatal.

CommentFileSizeAuthor
mean-node_get_types-fix.patch932 bytesjaydub

Comments

  • Commit fd390db on 7.x-1.x by basik.drupal:
    Issue #2225729 by jaydub:Fixed node_get_types() does not exist in D7
    
basik.drupal’s picture

Status: Needs review » Closed (fixed)