Subversion Repositories SmartDukaan

Rev

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

Rev 19609 Rev 19613
Line 669... Line 669...
669
			$this->Session->setFlash(__('The category has been deleted.'));
669
			$this->Session->setFlash(__('The category has been deleted.'));
670
		} else {
670
		} else {
671
			$this->Session->setFlash(__('The category could not be deleted. Please, try again.'));
671
			$this->Session->setFlash(__('The category could not be deleted. Please, try again.'));
672
		}
672
		}
673
		return $this->redirect(array('action' => 'index'));
673
		return $this->redirect(array('action' => 'index'));
674
	}}
674
	}}
675
675