Please see the screenshot.

#15 "test 1" is the first entry
#16 "test 2" is the second entry
#17 "test 2" is the doubled entry
Someone has a solution for this?
Thanks in advance!
H0shi





Code: Select all
if ($model->store($post)) {
$msg = JText::_( 'Phoca gallery Saved' );
} else {
$msg = JText::_( 'Error Saving Phoca gallery' );
} Code: Select all
/* if ($model->store($post)) {
$msg = JText::_( 'Phoca gallery Saved' );
} else {
$msg = JText::_( 'Error Saving Phoca gallery' );
}*/