Skip to content

Rename Feed to Feeds - #37

Open
chipmunkmc wants to merge 1 commit into
geteso:masterfrom
chipmunkmc:feeds
Open

Rename Feed to Feeds#37
chipmunkmc wants to merge 1 commit into
geteso:masterfrom
chipmunkmc:feeds

Conversation

@chipmunkmc

Copy link
Copy Markdown

The Feed plugin contains classes named Feed and feed, which PHP appears to consider as one and the same. As such, accessing the feeds of an esoBB forum would fail due to the duplicate classes.
This fixes that issue, by renaming the plugin, and as such its main class, from Feed to Feeds.

This fixes the issue where attempting to access the forum's feeds would result in a 500 error, due to classes named 'Feed' and 'feed' existing at the same time (PHP is case-insensitive when it comes to classe names)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant