[buddypress-trac] [BuddyPress Trac] #6853: Autoload BP classes
buddypress-trac
noreply at wordpress.org
Fri Mar 11 14:31:23 UTC 2016
#6853: Autoload BP classes
--------------------------+------------------
Reporter: boonebgorges | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.6
Component: API | Version:
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+------------------
Comment (by boonebgorges):
Thanks for testing against trunk! That's why I put it in early :)
I had a feeling that this would probably happen. In general I'd suggest
using a unique prefix for your class/function names. But it's not
acceptable for us to fatal like this. The simple answer is to do a
`file_exists()` check before we attempt to autoload. I'd originally
avoided this to minimize I/O, but I just did some testing and the added
overhead is negligible.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6853#comment:17>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list