⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (267 Bytes)
Bug #18052
» bug_7270.txt
Administrator Admin, 2008-01-25 16:50
$pageId = $this->getLinkedPageId($row['url']);
if(t3lib_div::testInt($pageId)) {
// check for webmount access
- if(!$GLOBALS['BE_USER']->isInWebMount($page_id)) {
+ if(!$GLOBALS['BE_USER']->isInWebMount($pageId)) {
continue;
}
« Previous
1
2
3
Next »
(1-1/3)
Loading...