Firesphere / silverstripe-newsmodule

Silverstripe 3 Newsmodule
BSD 2-Clause "Simplified" License
24 stars 10 forks source link

Unknown function fb() in News.php #26

Closed zaucker closed 11 years ago

zaucker commented 11 years ago

Call to undefined function fb() in /home/flarm/public_html/v3b/silverstripe-newsmodule/code/objects/News.php on line 270

Firesphere commented 11 years ago

Ah, I left a Firebug declaration online. Just comment or remove any fb() statements. They are purely for FirePHP output. If you don't use FirePHP, it's completely safe to delete the statements.

Firesphere commented 11 years ago

Removed the statement. Thanks for pointing it out, I include FirePHP by default, so didn't notice it.