mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
Closes #4841 - Added eventname to Featurebox
This commit is contained in:
parent
86b234fd11
commit
35be0b7939
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user