1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +03:00

Ссылки в хукаx

http://livestreet.ru/blog/questions/16779.html
This commit is contained in:
1v 2014-03-31 09:27:14 +04:00
parent 87ac78a1ba
commit c241513f35

View file

@ -130,7 +130,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/
@ -181,7 +181,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/
@ -219,7 +219,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/
@ -255,7 +255,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/
@ -298,7 +298,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/