Subversion Repositories SmartDukaan

Rev

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

Rev 16234 Rev 16363
Line 448... Line 448...
448
			$this->Session->setFlash(__('The store product has been deleted.'));
448
			$this->Session->setFlash(__('The store product has been deleted.'));
449
		} else {
449
		} else {
450
			$this->Session->setFlash(__('The store product could not be deleted. Please, try again.'));
450
			$this->Session->setFlash(__('The store product could not be deleted. Please, try again.'));
451
		}
451
		}
452
		return $this->redirect(array('action' => 'index'));
452
		return $this->redirect(array('action' => 'index'));
453
	}}
453
	}
-
 
454
 
-
 
455
	public function admin_genurl() {
-
 
456
		
-
 
457
	}
-
 
458
}