Fixed namespace.

This commit is contained in:
2016-10-04 17:39:48 +02:00
parent 2e5fa1fd8e
commit ea8045191d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?php
namespace Jahnke\DiscourseSso\Controller;
namespace Jahnke\DjDiscourseSso\Controller;
/***************************************************************
* Copyright notice
@@ -77,7 +77,7 @@ class SsoController extends ActionController
*/
public function authenticateAction()
{
$extKey = 'dj_discourse_sso';
$extKey = $_EXTKEY; //'dj_discourse_sso';
/** @var \TYPO3\CMS\Extensionmanager\Utility\ConfigurationUtility $configurationUtility */
$extensionConfiguration = $this->configurationUtility->getCurrentConfiguration($extKey);