aboutsummaryrefslogtreecommitdiff
path: root/views/default/forms/friends/collectionfields.php
blob: 35db3a9620a63c5db37ce28f10022cacc848bc29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Elgg friend collections required hidden fields for js friends picker form
 *
 * @package Elgg
 * @subpackage Core
 */

if (isset($vars['collection'])) {
?>

	<input type="hidden" name="collection_id" value="<?php echo $vars['collection']->id; ?>" />

<?php
}