SMS на добавление комментария
This commit is contained in:
parent
d6ef681996
commit
be38039591
|
|
@ -66,6 +66,8 @@ class CommentsController extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
SMS::send('Новый комментарий от '.App::$user->nick, '79046106141');
|
||||
|
||||
App::redirect('/' . $_POST['parentType'] . '/' . $_POST['parentId'] . '#comment' . $comment->id);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue