Strict warning: Declaration of domain_views_handler_argument_domain_access_gid::query() should be compatible with that of views_handler_argument::query() in _registry_check_code() (line 3084 of C:\path\to\drupal\includes\bootstrap.inc).

This change to line 38 in domain_views_handler_argument_domain_access_gid.inc seems to fix:

-  function query() {
+  function query($group_by = FALSE) {
CommentFileSizeAuthor
#2 1712372-query-bug.patch695 bytesagentrickard
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

agentrickard’s picture

Status: Active » Reviewed & tested by the community
agentrickard’s picture

Status: Reviewed & tested by the community » Fixed
FileSize
695 bytes

And a patch. Committed.

   b31490a..82d50ed  7.x-1.x -> 7.x-1.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.