Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Update Quick-Start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Jun 8, 2015
1 parent b6f0c0d commit 11182dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorials/Quick-Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class ProductsController extends AppController {
public function upload($productId = null) {
if (!$this->request->is('get')) {
if ($this->Products->ProductImages->upload($productId, $this->request->data)) {
$this->Session->set(__('Upload successful!');
$this->Flash->set(__('Upload successful!');
}
}
}
Expand Down

0 comments on commit 11182dc

Please sign in to comment.