From: Brett Profitt Date: Sat, 14 Apr 2012 01:03:25 +0000 (-0700) Subject: Fixes #27. Removing limit for batch edit form. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d97db06f5cf897ebe6e346367a8fe0e44c0b19b2;p=lorea%2Felgg.git Fixes #27. Removing limit for batch edit form. --- diff --git a/views/default/forms/photos/batch/edit.php b/views/default/forms/photos/batch/edit.php index fa017ac96..d843d8349 100644 --- a/views/default/forms/photos/batch/edit.php +++ b/views/default/forms/photos/batch/edit.php @@ -17,6 +17,7 @@ $images = elgg_get_entities_from_relationship(array( 'relationship' => 'belongs_to_batch', 'relationship_guid' => $batch->getGUID(), 'inverse_relationship' => true, + 'limit' => 0 )); echo '