Bug #24235 ยป 0016604.patch
typo3/alt_doc.php (Arbeitskopie) | ||
---|---|---|
}
|
||
// If pages are being edited, we set an instruction about updating the page tree after this operation.
|
||
if (isset($this->data['pages'])) {
|
||
if (isset($this->data['pages']) || $BE_USER->workspace != 0 && count($this->data)) {
|
||
t3lib_BEfunc::setUpdateSignal('updatePageTree');
|
||
}
|
||