1
0
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:
Cameron
2019-04-25 16:45:13 -07:00
parent cc8a4f8cdb
commit 007bc184a3

View File

@@ -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