Posted on Jun 24, 2009 by
Quick Cat
Line 118 should be:
if($result == NULL)
and not
if($result != null)
since the Dispatcher should return the cache of the output only if the method DID NOT return anything.
- Dispatch.php 2.62KB
Status: New