Missing Method in PhotonewsController

Error: The action index.php is not defined in controller PhotonewsController

Error: Create PhotonewsController::index.php() in file: app/controllers/photonews_controller.php.

<?php
class PhotonewsController extends AppController {

	var $name = 'Photonews';


	function index.php() {

	}

}
?>

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