Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
168.32 KB
MD5: 584f1fbfe95cc1c6fb00c00c5fcea4fb
SHA-1: a4563abb684b02688c1210fd5107ee161cc7523d
SHA-256: 1f1147b5a89c6c93d7f20de7fb390b6de2e5d29d4e7bf1dd672283112ce0da36
Download zip
203.71 KB
MD5: 15db29a03d896366da0522c04633c4c8
SHA-1: b0ab41d7724ca5b7ad465b77a54575036cf8ec17
SHA-256: 1c03947062605ceda38a2a97455996c8279134b066d7b2b6113d8d44e14bab1d
Release notes
Minor bugfix release.
Bugs fixed
- Patch #1931388: Clean info files of unneeded files declarations by DuaelFR. Remove needless declarations from info files. #1day1patch initiative.
- Bug #1930982: Notice: Undefined property: stdClass::$domain_user in domain_node_grants() (line 1987 of domain.module). by VanessaM. In edge cases, $account->domain_user may not be set.
- Patch #1930212: domain_source_lookup() can cause infinite recursion by Island Usurper. Cannot run node_load() during domain_source_lookup().