mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Removed PHP8-only code.
This commit is contained in:
parent
2ca7ec4597
commit
223ed8fc0a
@ -257,7 +257,7 @@ class theme_admin extends e_admin_dispatcher
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
private function getAllRoutes(): array
|
||||
private function getAllRoutes()
|
||||
{
|
||||
|
||||
$legacy = array(
|
||||
@ -1172,7 +1172,7 @@ class theme_admin_form_ui extends e_admin_form_ui
|
||||
|
||||
e107::getSession()->set('thememanager/online/'.$theme['id'], $theme);
|
||||
|
||||
$d = http_build_query($srcData,false,'&');
|
||||
$d = http_build_query($srcData,false);
|
||||
$base64 = base64_encode($d);
|
||||
|
||||
$id = $this->name2id($theme['name']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user