We are receiving PHP warnings for:
Trying to access array offset on value of type bool in DrupalPathinc->path_delete() (line 475 of /pathinc/DrupalPathinc.class.inc).
Having dug deeper into this, it would appear that Drupal core has extra checks in path_delete, which do not exist in this module.
We should patch accordingly.
Issue fork pathinc-3457205
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
abhishek_gupta1 commentedComment #4
abhishek_gupta1 commented@colinstillwell,. I have fixed the issue and created MR. please review it once.
Comment #6
colinstillwell commented@abhishek_gupta1 I am not sure I agree with the changes. I would have just copied what is already in Drupal core, for consistency. This should avoid confusion in the future.
I have just created my own MR, to demonstrate my point.
Comment #7
steven jones commentedI agree with @colinstillwell here, but thanks both for the MRs and this issue.
Comment #9
steven jones commented