Commit 941159bc authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

COrrection suite à changement de package phpCAS. Sera inutile quand le...

COrrection suite à changement de package phpCAS. Sera inutile quand le répertoire "source" sera ajouté dans la config composer du package intouch/phpCAS.
parent ba4862ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ class Cas extends AbstractAdapter implements ServiceManagerAwareInterface, Event
     */
    public function getCasClient($initClient = true)
    {
        require_once __VENDOR_DIR__ . '/gorg/phpcas/CAS.php';
        require_once __VENDOR_DIR__ . '/intouch/phpcas/CAS.php';
        
        if (null === $this->casClient) {
            $this->casClient = new phpCAS();