mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
eClassifieds v1.11 warning adding. Known to corrupt site prefs in some cases.
This commit is contained in:
parent
e7be59858e
commit
7d5214a395
e107_admin
@ -101,7 +101,8 @@ class admin_start
|
||||
'ratings' => 4.2,
|
||||
'lightbox' => 1.5,
|
||||
'e107slider' => 0.1,
|
||||
'forumthanks' => 0.5
|
||||
'forumthanks' => 0.5,
|
||||
'eclassifieds' => 1.11
|
||||
|
||||
);
|
||||
|
||||
|
@ -1015,6 +1015,7 @@ class plugin_online_ui extends e_admin_ui
|
||||
$this->fields = plugman_adminArea::getPluginManagerFields();
|
||||
$this->fields['plugin_category']['writeParms']['optArray'] = e107::getPlug()->getCategoryList(); // array('plugin_category_0','plugin_category_1', 'plugin_category_2'); // Example Drop-down array.
|
||||
$this->fields["plugin_license"]['nolist'] = false;
|
||||
$this->fields['plugin_category']['inline'] = false;
|
||||
parent:: __construct($request, $response, $params);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user