1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Fixes #577 Исправлено мод. окно редактирования опроса

This commit is contained in:
Denis Shakhov 2014-12-02 19:04:48 +07:00
parent 5cca7913b8
commit 5527aea676

View file

@ -435,7 +435,7 @@ class ActionAjax extends Action
$oViewer = $this->Viewer_GetLocalViewer();
$oViewer->Assign('oPoll', $oPoll);
$oViewer->Assign('sTargetTmp', getRequestStr('target_tmp'));
$this->Viewer_AssignAjax('sText', $oViewer->Fetch("modals/modal.poll_create.tpl"));
$this->Viewer_AssignAjax('sText', $oViewer->Fetch("components/poll/modal.poll-create.tpl"));
}
/**