Update all portable where clauses to the new Kohana 2.4 format.

This commit is contained in:
Bharat Mediratta
2009-11-26 19:33:03 -08:00
parent e0e882baab
commit e8fb773b68
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<?= html::clean($album->title) ?>
</span>
<ul>
<? foreach ($album->children(null, 0, array("type" => "album")) as $child): ?>
<? foreach ($album->children(null, 0, array(array("type", "=", "album"))) as $child): ?>
<? if ($selected && $child->contains($selected)): ?>
<?= View::factory("organize_tree.html", array("selected" => $selected, "album" => $child)); ?>
<? else: ?>