Elgg  Version 1.9
Namespaces | Variables
edit.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $collection_id = get_input('collection_id')
 
 $friends = get_input('friend')
 
if(!can_edit_access_collection($collection_id)) if(update_access_collection($collection_id, $friends)) else
 

Variable Documentation

$collection_id = get_input('collection_id')

Definition at line 9 of file edit.php.

$friends = get_input('friend')

Definition at line 10 of file edit.php.

if (!can_edit_access_collection($collection_id)) if (update_access_collection($collection_id, $friends)) else
Initial value:
{
system_message(elgg_echo('friends:collection:edit_failed'))
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg system_message
Wrapper function for system_messages.
Definition: elgglib.js:374

Definition at line 19 of file edit.php.