phluzern / shibboleth_auth

Fork of the TYPO3 extension shibboleth_auth for TYPO3 6.0+
1 stars 10 forks source link

Not working on Typo3 6.2 LTS #2

Open rkorn86 opened 9 years ago

rkorn86 commented 9 years ago

Because of require_once(PATH_tslib.'class.tslib_pibase.php'); which no longer exists.

Is it possible to replace that line in class.tx_shibbolethauth_pi1.php with if (!class_exists('tslib_pibase')) require_once(PATH_tslib . 'class.tslib_pibase.php');?