Best Answer RomanL , 24 April 2013 - 17:25
Не проверял, но попробуйте после строк
// unpublish item in none trusted state
if (!$this->submission->isInTrustedMode() && !in_array('_itemstate', array_keys($this->elements_config))) {
$this->item->state = 0;
}
добавить:if($edit) $this->item->state = 1;Go to the full post


This topic is locked







