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) {
|
||||
$account = $this->currentUser();
|
||||
$uri = $entity->urlInfo()->setAbsolute();
|
||||
$build = array();
|
||||
|
||||
// The user is not just previewing a comment.
|
||||
|
|
Loading…
Reference in New Issue