Skip to content

Commit

Permalink
Update view.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hscstudio committed Dec 3, 2015
1 parent e528c3b commit 5d73210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/role/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
echo "<th>Permision</th>";
echo "<tr>";
$auth = Yii::$app->authManager;
$permissions = $auth->getPermissionsByRole($model->name);
$permissions = $auth->getPermissionsByRole($model->name);
//echo "<tbody>";
foreach ($types as $type) {
echo "<tr>";
Expand Down

0 comments on commit 5d73210

Please sign in to comment.