mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
eClassifieds v1.11 warning adding. Known to corrupt site prefs in some cases.
This commit is contained in:
@@ -101,7 +101,8 @@ class admin_start
|
|||||||
'ratings' => 4.2,
|
'ratings' => 4.2,
|
||||||
'lightbox' => 1.5,
|
'lightbox' => 1.5,
|
||||||
'e107slider' => 0.1,
|
'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 = 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_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_license"]['nolist'] = false;
|
||||||
|
$this->fields['plugin_category']['inline'] = false;
|
||||||
parent:: __construct($request, $response, $params);
|
parent:: __construct($request, $response, $params);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user