mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Install Fixes and datepicker fix for Chrome and Safari
This commit is contained in:
@@ -886,6 +886,11 @@ class xmlClass
|
||||
foreach($xmlArray['database']['dbTable'] as $val)
|
||||
{
|
||||
$table = $val['@attributes']['name'];
|
||||
|
||||
if(!isset($val['item']))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
foreach($val['item'] as $item)
|
||||
{
|
||||
|
Reference in New Issue
Block a user