juho-jaakkola / elgg-live_notifier

4 stars 3 forks source link

Wrong autoload directory #4

Closed Daltonstudio closed 8 years ago

Daltonstudio commented 8 years ago

The vendor dir isn't in the live_notifier directory, but in the pusher dir.

juho-jaakkola commented 8 years ago

That inclusion shouldn't in fact be there in the first place. I've removed it from the code.

BTW, it seems I had squashed that change commit after I had pushed them to Github - which should never be done because it causes history of other people's forks and clones to become incompatible. Sorry about that!

In case you had installed the plugin using git, you can fix your local repo with:

git fetch <my remote>
git reset --hard <my remote>/master
juho-jaakkola commented 8 years ago

Thanks for helping out with the plugin! Mistakes like this one are difficult to notice on my own. :)