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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user