Bug #20914 ยป 11769.diff
typo3/sysext/cms/tslib/publish.php (Arbeitskopie) | ||
---|---|---|
// Storing the TSFE object
|
||
$temp_publish_TSFE = $TSFE;
|
||
$TT->push('Publishing','');
|
||
$temp_publish_pages = explode(',', $BE_USER->frontendEdit->getExtPublishList());
|
||
$temp_publish_pages = explode(',', $BE_USER->adminPanel->getExtPublishList());
|
||
$temp_publish_imagesTotal = array();
|
||
$temp_publish_array = array(); // Collects the rendered pages.
|
typo3/sysext/cms/tslib/index_ts.php (Arbeitskopie) | ||
---|---|---|
// ******************
|
||
// Publishing static
|
||
// ******************
|
||
if (is_object($BE_USER) && ($BE_USER->adminPabel instanceof tslib_AdminPanel)) {
|
||
if (is_object($BE_USER) && ($BE_USER->adminPanel instanceof tslib_AdminPanel)) {
|
||
if ($BE_USER->adminPanel->isAdminModuleEnabled('publish') && $BE_USER->adminPanel->getExtPublishList()) {
|
||
include_once(PATH_tslib.'publish.php');
|
||
}
|