Missing Method in PornstarsController

Error: The action t.php is not defined in controller PornstarsController

Error: Create PornstarsController::t.php() in file: app/controllers/pornstars_controller.php.

<?php
class PornstarsController extends AppController {

	var $name = 'Pornstars';


	function t.php() {

	}

}
?>

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