So today, I got this error
Fatal error: Call to a member function getClassPrefix() on a non-object in /home/fegelein/public_html/templates/base/scripts/BxBaseSearchResultSharedMedia.php on line 134
So I go to check that file on Line 34, and this is what it is
$sClassName = $this->oModule->_oConfig->getClassPrefix() . 'Privacy';
What's wrong?