Issue #2600996 by heykarthikwithu: Removal of unused variable CommentController::getReplyForm
parent
5603f5a3fc
commit
ae32878a41
|
@ -219,7 +219,6 @@ class CommentController extends ControllerBase {
|
||||||
*/
|
*/
|
||||||
public function getReplyForm(Request $request, EntityInterface $entity, $field_name, $pid = NULL) {
|
public function getReplyForm(Request $request, EntityInterface $entity, $field_name, $pid = NULL) {
|
||||||
$account = $this->currentUser();
|
$account = $this->currentUser();
|
||||||
$uri = $entity->urlInfo()->setAbsolute();
|
|
||||||
$build = array();
|
$build = array();
|
||||||
|
|
||||||
// The user is not just previewing a comment.
|
// The user is not just previewing a comment.
|
||||||
|
|
Loading…
Reference in New Issue