MINOR Amend fallback to return first from DataList

This commit is contained in:
mattclegg 2012-07-30 23:27:45 +01:00
parent 0533ad56e2
commit 3ae0b78c7d

View File

@ -66,7 +66,7 @@ class BlogTree extends Page {
} }
// This shouldn't be possible, but assuming the above fails, just return anything you can get // This shouldn't be possible, but assuming the above fails, just return anything you can get
return $blogTrees; return $blogTrees->first();
} }
/* ----------- ACCESSOR OVERRIDES -------------- */ /* ----------- ACCESSOR OVERRIDES -------------- */