diff --git a/restapi/index.php b/restapi/index.php index 4a6bf11f2..bf62f1064 100644 --- a/restapi/index.php +++ b/restapi/index.php @@ -241,7 +241,7 @@ final class SeedDMS_RestapiController { /* {{{ */ } /* }}} */ function doLogin($request, $response) { /* {{{ */ - global $session; +// global $session; $dms = $this->container->get('dms'); $settings = $this->container->get('config');