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

Issue #5120 Return to multi-dimensional format for multisite plugin compatibility.

This commit is contained in:
camer0n
2024-04-08 16:02:44 -07:00
parent 145d1dea80
commit 8711f503a1
6 changed files with 78 additions and 34 deletions

View File

@@ -1228,7 +1228,9 @@ class admin_shortcodes extends e_shortcode
{
return null;
}
global $themename, $themeversion, $themeauthor, $themedate, $themeinfo, $mySQLdefaultdb;
global $themename, $themeversion, $themeauthor, $themedate, $themeinfo;
$mySQLdefaultdb = e107::getMySQLConfig('defaultdb');
$pref = e107::getPref();
$ns = e107::getRender();