Kdyby / Facebook

[DEPRECATED] Use https://github.com/thephpleague/oauth2-facebook instead
Other
42 stars 36 forks source link

Nette 2.4 compatibility fix #48

Closed markfrydrych closed 8 years ago

markfrydrych commented 8 years ago

Changed deprecated add() to addHtml(). Tracy debug bar is now working without error after updating Nette Utils to 2.4.

This fix is not compatible with Nette Utils 2.3 and lower. Branch for Nette 2.3 should be created.

facebook-panel

ondraondra81 commented 8 years ago

Nette 2.3 has method addHtml() https://github.com/nette/utils/blob/v2.3/src/Utils/Html.php#L323

fprochazka commented 8 years ago

This is probably gonna require some more work to get it to work properly, but thanks