You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a tip, is_a() would do the same as that second if statement. Sorry for the notifications on this, evaluating it in conjunction with php-console for our Firefox devs (i.e. me and maybe one other...) I may get around to submitting a pull request to fix this.
Replace
$this instanceof FirePHP_Insight
at:https://github.com/firephp/firephp/blob/master/lib/FirePHPCore/FirePHP.class.php#L734
with:
https://github.com/firephp/firephp/blob/master/lib/FirePHPCore/FirePHP.class.php#L295
Reported: http://firephp.842658.n2.nabble.com/fatal-error-td7414417.html
The text was updated successfully, but these errors were encountered: