Missing Controller

Error: Friday-night-themed-linksController could not be found.

Error: Create the class Friday-night-themed-linksController below in file: app/controllers/friday-night-themed-links_controller.php

<?php
class Friday-night-themed-linksController extends AppController {

	var $name = 'Friday-night-themed-links';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

(default) 1 query took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Module`.`id`, `Module`.`name`, `Module`.`controller_name`, `Module`.`key`, `Module`.`plugin`, `Module`.`dir_name` FROM `modules` AS `Module` WHERE ((`controller_name` = 'blog') OR (`name` = 'blog') OR (`plugin` = 'blog')) LIMIT 1111