View file PF.Base/module/feed/include/plugin/module_setcontroller_end.php

File size: 117B
<?php

if ($oReq->get('req1') == 'hashtag')
{
	$this->_sModule = 'core';
	$this->_sController = 'index-member';
}

?>