1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Added ID to addons update tablerender.

This commit is contained in:
Cameron
2017-02-02 12:45:55 -08:00
parent 46af4f460a
commit 9e8895ab2f
2 changed files with 10 additions and 2 deletions

View File

@@ -489,6 +489,13 @@ class adminstyle_flexpanel extends adminstyle_infopanel
case 'wider_sidebar':
case 'default':
default:
if($id == 'e-addon-updates')
{
$default['area'] = 'menu-area-01';
$default['weight'] = 1;
}
if($id == 'core-infopanel_help')
{
$default['area'] = 'menu-area-01';