Export to GitHub

kohana-mptt - issue #13

Error on line 118


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.

Attachments

Status: New