Missing Method in ImagesController

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

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

<?php
class ImagesController extends AppController {

	var $name = 'Images';


	function agh_www.png() {

	}

}
?>

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