Skip to content

Commit

Permalink
Update PlanController.php
Browse files Browse the repository at this point in the history
registar bugfix
  • Loading branch information
pHAlkaline authored Sep 11, 2019
1 parent 61d34ed commit f5066d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Plugin/Phkapa/Controller/PlanController.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public function edit($id = null) {
$this->redirect(array('action' => 'index'));
}
if (!empty($this->request->data)) {
$this->request->data['Ticket']['registar_id'] = $this->Auth->user('id');
$this->request->data['Ticket']['workflow_id'] = 3;
if ($this->Ticket->save($this->request->data)) {
$this->Flash->info(__d('phkapa', 'Saved with success.'));
Expand Down

0 comments on commit f5066d8

Please sign in to comment.