Fixed namespace.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user