Subversion Repositories SmartDukaan

Rev

Rev 14778 | Rev 14783 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14778 Rev 14781
Line 58... Line 58...
58
				return $this->redirect(array('action' => 'index'));
58
				return $this->redirect(array('action' => 'index'));
59
			} else {
59
			} else {
60
				$this->Session->setFlash(__('The pushnotification could not be saved. Please, try again.'));
60
				$this->Session->setFlash(__('The pushnotification could not be saved. Please, try again.'));
61
			}
61
			}
62
		}
62
		}
63
		$users = $this->Pushnotification->User->find('list');
63
		// $users = $this->Pushnotification->User->find('list');
64
		$this->set(compact('users'));
64
		// $this->set(compact('users'));
65
	}
65
	}
66
 
66
 
67
/**
67
/**
68
 * edit method
68
 * edit method
69
 *
69
 *