1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Closes #4841 - Added eventname to Featurebox

This commit is contained in:
Moc
2022-09-05 20:17:19 +02:00
parent 86b234fd11
commit 35be0b7939

View File

@@ -58,6 +58,7 @@ class fb_category_ui extends e_admin_ui
{
protected $pluginTitle = 'Feature Box';
protected $pluginName = 'featurebox';
protected $eventName = "featurebox";
protected $table = "featurebox_category";
protected $pid = "fb_category_id";
protected $perPage = 0; //no limit
@@ -215,6 +216,7 @@ class fb_main_ui extends e_admin_ui
{
protected $pluginTitle = 'Feature Box';
protected $pluginName = 'featurebox';
protected $eventName = "featurebox";
protected $table = "featurebox";
protected $pid = "fb_id";
protected $perPage = 10;