-2009-05-20 Steffen Kamper <info@sk-typo3.de>
+2009-05-21 Steffen Kamper <info@sk-typo3.de>
+ * Reverted #11038 from rev 5451: this doesn't work as expected and has a lot negative side effects
* Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management) (thanks to Xavier Perseguers)
* Fixed bug #8231: DBAL's bug admin_get_charsets() on a non-object (thanks to Xavier Perseguers)
$this->sys_page->versioningWorkspaceId = $this->whichWorkspace();
$this->sys_page->init($this->showHiddenPage);
- // Set the valid usergroups for FE if a FE user is active or simulation of a FE user group was requested:
- if (is_array($this->fe_user->user) || ($this->beUserLogin && $GLOBALS['BE_USER']->uc['TSFE_adminConfig']['preview_simulateUserGroup'])) {
- $this->initUserGroups();
- }
+ // Set the valid usergroups for FE
+ $this->initUserGroups();
// Sets sys_page where-clause
$this->setSysPageWhereClause();