|
@@ -44,6 +44,7 @@ class IsGrantedPreviousAdminExtension extends \Twig_Extension
|
|
*/
|
|
*/
|
|
public function isGrantedPreviousAdmin()
|
|
public function isGrantedPreviousAdmin()
|
|
{
|
|
{
|
|
|
|
+ return false;
|
|
try {
|
|
try {
|
|
return $this->webservice->makeGetRequest($this->urlBase . '/admin/user/is_granted');
|
|
return $this->webservice->makeGetRequest($this->urlBase . '/admin/user/is_granted');
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|