i was reading:
http://groups.google.com/group/cake-php/browse_thread/thread/5a4d967ba6c61b5a/b49aadf718b54165?q=beforefilter&rnum=3#b49aadf718b54165
...and it sounds like a similar problem. does that mean that code is
still being run for some reason even after the check has been
performed?

based on this assumption i think i solved this issue but i want to know
from CraZyLegs or anyone else who knows if this is an appropriate fix.
i had to encapsulate the check() call with a if (!check()) {die();} is
that appropriate? it solved the problem so maybe the installation
readme or the check function itself should be changed to stop running
code? or was i just supposed to think this was obvious (i know that a
lot of times code snippets are just rough examples, but many people use
the othAuth readmy verbatim so i'm concerned if this is a problem of
not adding an exit() then a lot of people might not be because i see a
lot of posted code that is exacly like mine -- no exit() -- and i was
having this problem and so was daxroc, maybe other people just haven't
tested it)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to