Commit f3e159f1 by Prasong Putichanchai

update save

parent b1632bdb
...@@ -4,3 +4,4 @@ www/tmp/ ...@@ -4,3 +4,4 @@ www/tmp/
www/webroot/img/img/demos/shop/products/shop8/product2.jpg www/webroot/img/img/demos/shop/products/shop8/product2.jpg
www/webroot/img/img/demos/ www/webroot/img/img/demos/
www/src/Controller/UsersController.php.bg20180515 www/src/Controller/UsersController.php.bg20180515
www/config/app - Copy.php
...@@ -211,7 +211,7 @@ class UserCardsController extends AppController ...@@ -211,7 +211,7 @@ class UserCardsController extends AppController
'user_id', 'user_id',
'organize_id' 'organize_id'
], 'conditions' => [ ], 'conditions' => [
'user_id' => 2, 'user_id' => $this->Auth->user('id'),
'organize_id' => $MasterOrganizations[0]['id'] 'organize_id' => $MasterOrganizations[0]['id']
] ]
])->toArray(); ])->toArray();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment