[TYPO3] Building a hook

Bernhard Kraft kraftb at kraftb.at
Fri Mar 10 15:05:10 CET 2006


tapio wrote:
>                                                      $_procObj =
> &t3lib_div::getUserObj($hasAccessControl);

And this just returns you an object. You also have to call a method out
of it with:

$hasAccess = $_procObj->method();

Else you would get "no access" when no hook is installed.

greets,
Bernhard
-- 
----------------------------------------------------------------------
"Freiheit ist immer auch die Freiheit des Andersdenkenden"
Rosa Luxemburg, 1871 - 1919
----------------------------------------------------------------------



More information about the TYPO3-english mailing list