mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
Update all portable where clauses to the new Kohana 2.4 format.
This commit is contained in:
@@ -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: ?>
|
||||
|
||||
Reference in New Issue
Block a user