[User Error] Uncaught LogicException: filter can't be called on an UnsavedRelationList.

GET /acetaie/profile/94052

Line 319 in /home/alvaslom/public_html/framework/model/UnsavedRelationList.php

Source

310 	public function dataQuery() {
311 		throw new LogicException(__FUNCTION__ . " can't be called on an UnsavedRelationList.");
312 	}
313 
314 	public function exclude() {
315 		throw new LogicException(__FUNCTION__ . " can't be called on an UnsavedRelationList.");
316 	}
317 
318 	public function filter() {
319 		throw new LogicException(__FUNCTION__ . " can't be called on an UnsavedRelationList.");
320 	}
321 
322 	public function getRange($offset, $length) {
323 		throw new LogicException(__FUNCTION__ . " can't be called on an UnsavedRelationList.");
324 	}
325 

Trace