#1151 Error (with no explanation) when deleting some 1-N links

SVN:trunk[3773]
This commit is contained in:
Denis Flaven
2015-09-17 17:00:56 +00:00
parent 48ab835646
commit 1206cc42bc
2 changed files with 22 additions and 4 deletions

View File

@@ -101,6 +101,7 @@ class DeletionPlan
}
if ($aData['mode'] == DEL_MANUAL)
{
$this->m_aToDelete[$sClass][$iId]['issue'] = $sClass.'::'.$iId.' '.Dict::S('UI:Delete:MustBeDeletedManually');
$this->m_bFoundStopper = true;
$this->m_bFoundManualDelete = true;
}