mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Closes #3787 Download-Category event name added in admin area.
This commit is contained in:
@@ -128,6 +128,7 @@ class download_cat_ui extends e_admin_ui
|
|||||||
{
|
{
|
||||||
protected $pluginTitle = LAN_PLUGIN_DOWNLOAD_NAME;
|
protected $pluginTitle = LAN_PLUGIN_DOWNLOAD_NAME;
|
||||||
protected $pluginName = 'download';
|
protected $pluginName = 'download';
|
||||||
|
protected $eventName = 'download-category';
|
||||||
protected $table = "download_category";
|
protected $table = "download_category";
|
||||||
protected $pid = "download_category_id";
|
protected $pid = "download_category_id";
|
||||||
protected $perPage = 0; //no limit
|
protected $perPage = 0; //no limit
|
||||||
|
Reference in New Issue
Block a user