Kompatibilität mit PHP 7 hergestellt
This commit is contained in:
@ -28,6 +28,11 @@
|
||||
* @filesource
|
||||
*/
|
||||
|
||||
// Backwards compatibility for Contao < 3.5.1
|
||||
if (!class_exists('StringUtil') && class_exists('String')) {
|
||||
class_alias('String', 'StringUtil');
|
||||
}
|
||||
|
||||
/**
|
||||
* Hooks
|
||||
*/
|
||||
|
Reference in New Issue
Block a user