View file PF.Base/module/feed/include/plugin/module_setcontroller_end.php
<?php
if ($oReq->get('req1') == 'hashtag')
{
$this->_sModule = 'core';
$this->_sController = 'index-member';
}
?>
<?php
if ($oReq->get('req1') == 'hashtag')
{
$this->_sModule = 'core';
$this->_sController = 'index-member';
}
?>