Missing Method in EventBulletinController
Error: The action favicon.ico is not defined in controller EventBulletinController
Error: Create EventBulletinController::favicon.ico() in file: app/controllers/event_bulletin_controller.php.
<?php
class EventBulletinController extends AppController {
var $name = 'EventBulletin';
function favicon.ico() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp
