Skip to content

Commit

Permalink
renamed SmartDeleteAction to SmartPerformAction
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Aug 6, 2015
1 parent e0e1abd commit d2931dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controllers/DomainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function actions()
'success' => Yii::t('app', 'Name server updated'),
],
'delete' => [
'class' => 'hipanel\actions\SmartDeleteAction',
'class' => 'hipanel\actions\SmartPerformAction',
'success' => Yii::t('app', 'Name server deleted'),
],
'set-ns' => [
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/HostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function actions()
'success' => Yii::t('app', 'Name server updated'),
],
'delete' => [
'class' => 'hipanel\actions\SmartDeleteAction',
'class' => 'hipanel\actions\SmartPerformAction',
'success' => Yii::t('app', 'Name server deleted'),
],
];
Expand Down

0 comments on commit d2931dd

Please sign in to comment.