[TYPO3-english] BE module GET params not working under BE users
Tomaz Zaman
tomaz at optiss.si
Mon Feb 9 17:19:25 CET 2009
Note to self (and everyone else):
BE modules check for environment with these two lines:
(in the main function)
$access = is_array($this->pageinfo) ? 1 : 0;
if (($this->id && $access) || ($BE_USER->user['admin'] && !$this->id))
Those two lines can be modified or altered for the BE module to work
regardless of the selected page in the pagetree.
Tomaz Zaman
More information about the TYPO3-english
mailing list