[Notice] Trying to get property of non-object

GET /home/sendemail/

Line 100 in /home/torlys/domains/torlys.co.nz/public_html/mysite/code/Page.php

Source

91 	);
92 	
93 	public function getemail() {
94 		$config = Contact::get()->byid($this->request->param('ID')); 
95 		return $config->Email;
96 	}
97 	
98 	public function sendemail() {
99 		$config = Contact::get()->byid($this->request->param('ID')); 
100 		return $config->Name;
101 	}
102 	
103 	public function getconfirm() {
104 		$config = SiteConfig::current_site_config(); 
105 		return $config->SubmitText;
106 	}

Trace