|
|
@@ -72,7 +72,6 @@ class ProfileController extends AbstractController
|
|
|
usort($sub_msg, array($this, "cmp_array"));
|
|
|
|
|
|
return $this->render('profile/index.html.twig', [
|
|
|
- 'controller_name' => 'ProfileController',
|
|
|
'privateNotAllowed' => $privateNotAllowed,
|
|
|
'profileusername' => $username,
|
|
|
'isPrivate' => $isPrivate,
|