Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Rules Core
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
3 Jul 2014 at 08:51 UTC
Updated:
19 Jan 2023 at 07:03 UTC
Jump to comment: Most recent, Most recent file
Typo in "RulesPluginFeaturesIntegrationInterace", I'm pretty sure it's an Inter"f"ace :-)
Patch in 1 minute.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2297087-3.patch | 3.51 KB | tr |
| #1 | 2297087-1.patch | 3 KB | donSchoe |
Comments
Comment #1
donSchoe commentedThis is really just a minor thing.
Pass the following option to git commit to attribute authorship to the author:
--author="donschoe <donschoe@1017700.no-reply.drupal.org>"
Comment #2
tr commentedAny reason not to commit this? It's clearly wrong, and the issue has come up several times.
Patch still applies four years later, and tests still pass.
Comment #3
tr commentedThe only caveat I can think of is that contributed modules might be implementing the wrongly-spelled interface. So I've added a compatibility layer to the patch - the mis-spelled interface is still defined, but defined as a simple extension of the correctly-spelled interface. That should avoid any problems with contributed modules.
Comment #5
tr commentedCommitted #3.
Comment #7
klausiThis causes fatal errors when upgrading Rules module, an update function is proposed in #3334495: RulesPluginFeaturesIntegrationInterface does not exist and could not be loaded faces.inc to prevent that.