This commit is contained in:
Krivchikov Dmitry 2015-10-02 15:05:19 +03:00
parent f493cc58be
commit 56fb1b1867
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ if($comments) {
if (App::$user) {
self::renderPartial('comments/form.php',array('parentId'=>$parentId, 'parentType' => $parentType));
} else {
self::renderPartial('comments/deny.php');
self::renderPartial('comments/deny.php', array());
self::addScript('//ulogin.ru/js/ulogin.js');
self::renderPartial('modals/login.php');
self::renderPartial('modals/login.php', array());
}