Skip to content

Commit

Permalink
Merge branch '4.0-dev' into check-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragteapot committed Feb 2, 2018
2 parents 28caf9b + 2794f61 commit f432920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Access/Access.php
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ public static function getActionsFromData($data, $xpath = "/access/section[@name
'title' => (string) $element['title'],
);

if (isset($action['description']))
if (isset($element['description']))
{
$action['description'] = (string) $element['description'];
}
Expand Down

0 comments on commit f432920

Please sign in to comment.