Missing Method in PublicpagesController

Error: The action photoGallery is not defined in controller PublicpagesController

Error: Create PublicpagesController::photoGallery() in file: app/controllers/publicpages_controller.php.

<?php
class PublicpagesController extends AppController {

	var $name = 'Publicpages';


	function photoGallery() {

	}

}
?>

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