1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

More PHP 8.1 fixes.

This commit is contained in:
Cameron
2021-11-26 12:36:25 -08:00
parent 5810f8148d
commit 2c9afc83ee
16 changed files with 48 additions and 49 deletions

View File

@@ -378,9 +378,9 @@ class core_library
'variants' => array(),
// Override library path to CDN.
//https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.1',
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3',
'path' => '',
'version' => '5.1.1',
'version' => '5.1.3',
);
@@ -410,7 +410,7 @@ class core_library
'variants' => array(),
'library_path' => '{e_WEB}lib/bootstrap',
'path' => '5',
'version' => '5.1.1',
'version' => '5.1.3',
);