Filter Results: condos in starting at in
Keyword Search:    Reset Filters

Missing Method in ListingsController

Error: The action flagcomment is not defined in controller ListingsController

Error: Create ListingsController::flagcomment() in file: app/controllers/listings_controller.php.

<?php
class ListingsController extends AppController {

	var $name = 'Listings';


	function flagcomment() {

	}

}
?>

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