2010-09-22 Steffen Kamper <steffen@typo3.org>
- * Fixed bug 15761: tslib_menu misses test of html5
+ * Fixed bug #15465: sys_action: setting mountpoints as non-admin (Thanks to Georg Ringer)
+ * Fixed bug #15761: tslib_menu misses test of html5
2010-09-22 Sebastian Kurfuerst <sebastian@typo3.org>
// check rootline and access rights
if ($this->checkRootline($uid) && $GLOBALS['BE_USER']->calcPerms($page)) {
- $cleanDbMountList[] = 'pages' . $uid;
+ $cleanDbMountList[] = 'pages_' . $uid;
}
}
// build the clean list