Can anyone please guide me as to how to fix the below mentioned problem from php

...
Fatal error: Call to a member function on a non-object in /usr/local/apache2/htdocs/knowledgeTree-OSS/lib/browse/DocumentCollect ion.inc.php on line 414


/////////////////

The code is as follows...
[code=php]
function setSorting() {
387
388 $this->_sorted = true;...