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 94a5459 commit fb6bc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/DbController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function actions()
'error' => Yii::t('app', 'Failed to set DB description'),
],
'delete' => [
'class' => 'hipanel\actions\SmartDeleteAction',
'class' => 'hipanel\actions\SmartPerformAction',
'success' => Yii::t('app', 'DB delete task has been created successfully'),
'error' => Yii::t('app', 'Error while deleting DB'),
],
Expand Down

0 comments on commit fb6bc96

Please sign in to comment.