Strict warning: Declaration of domain_views_handler_argument_domain_access_gid::query() should be compatible with that of views_handler_argument::query() in require_once() (line 13 of xxx/xxx/xxx/docroot/sites/all/modules/domain_views/includes/domain_views_handler_argument_domain_access_gid.inc).

How do I fix this?

CommentFileSizeAuthor
#3 1489446-domain_views-strict-warning.patch632 bytesmstrelan

Comments

jbehshad’s picture

I did the following on line 39 of domain_views_handler_argument_domain_access_gid.inc

// function query() {
    function query($group_by = FALSE) {

and it got rid of the error, I have no idea what that does though. Ha. Nuuuuubie PHP'er.

agentrickard’s picture

That's perfectly fine.

Can you roll a proper patch? http://drupal.org/patch/create

mstrelan’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new632 bytes
agentrickard’s picture

Status: Needs review » Reviewed & tested by the community

Thank you!

agentrickard’s picture

Status: Reviewed & tested by the community » Fixed

Committed. 0baf581..80b18d5

Status: Fixed » Closed (fixed)

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