Missing Method in ImagesController

Błąd: The action do_newsa_ept.png is not defined in controller ImagesController

Błąd: Create ImagesController::do_newsa_ept.png() in file: app/controllers/images_controller.php.

<?php
class ImagesController extends AppController {

	var $name = 'Images';


	function do_newsa_ept.png() {

	}

}
?>

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