mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Added Missing social plugin font. Added {CMENUURL} shortcode. Issue #1507. Added example of getFieldVar() method to plugin builder.
This commit is contained in:
@@ -2788,7 +2788,7 @@ class e_admin_controller_ui extends e_admin_controller
|
||||
return null;
|
||||
}
|
||||
|
||||
if($this->getQuery('action') == 'list')
|
||||
if($this->getAction() == 'list')
|
||||
{
|
||||
return $this->getListModel()->get($key);
|
||||
}
|
||||
|
Reference in New Issue
Block a user