Skip to content

Commit

Permalink
Fixed typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 16, 2013
1 parent 5dc449a commit 27514f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/DepreciationsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function postEdit($depreciationId = null)
}

// Redirect to the depreciation management page
return Redirect::to("admin/settings/depreciations/$depreciationID/edit")->with('error', Lang::get('admin/depreciations/message.update.error'));
return Redirect::to("admin/settings/depreciations/$depreciationId/edit")->with('error', Lang::get('admin/depreciations/message.update.error'));
}

/**
Expand Down

0 comments on commit 27514f8

Please sign in to comment.