newism / nsm.addon_updater.ee_addon

Other
21 stars 3 forks source link

change require to require_once when loading Epicurl lib #5

Closed rsanchez closed 12 years ago

rsanchez commented 13 years ago

Trying to piggyback onto addon_updater from another addon. I get cannot redefine class Epicurl errors when running Nsm_addon_updater::_updateFeeds(), traced it back to this require instead of require_once. Here's the addon I'm referring to that I'd like to add integration to: https://github.com/rsanchez/github_addon_installer/tree/develop