FIX
This commit is contained in:
parent
f493cc58be
commit
56fb1b1867
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue