| Field |
Original Value |
New Value |
|
Description
|
at present each access.php sets up array with name "plugintype_pluginname_access", but the rest of similar files is using something like
$capabilitites = array();
We can implement this is a fully BC way...
|
at present each access.php sets up array with name "plugintype_pluginname_capabilities", but the rest of similar files is using something like
$capabilitites = array();
We can implement this is a fully BC way...
|