Skip to content

Commit

Permalink
The Debug Permissions Report don't work correct on Joomla 3.x (Fix #4117
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Michael Babker committed Jan 21, 2015
1 parent a1b2983 commit d173a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_users/helpers/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static function getDebugActions($component = null)
// Use default actions from configuration if no component selected or component doesn't have actions
if (empty($actions))
{
$filename = JPATH_ADMINISTRATOR . '/components/com_config/models/forms/application.xml';
$filename = JPATH_ADMINISTRATOR . '/components/com_config/model/form/application.xml';

if (is_file($filename))
{
Expand Down

0 comments on commit d173a09

Please sign in to comment.