Well it seems to be a PHP limitation.
I can't do:
if (!empty($this->othAuth->group('level')))
But I can do
$var = $this->othAuth->group('level');
if (!empty($var))
Tane
On 5/21/07, Tane Piper <[EMAIL PROTECTED]> wrote:
> On 5/21/07, CraZyLeGs <[EMAIL PROTECTED]> wrote:
> > I don't know about your error does it happen for $this->othAuth-
> > >group('name') for example ?
> >
>
>
> Yea, it does - same error.
>
>
> Tane
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---