Elgg  Version 1.11
Namespaces | Variables
unban.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $access_status = access_get_show_hidden_status()
 
 $guid = get_input('guid')
 
 $user = get_entity($guid)
 
if(($user instanceof ElggUser) &&($user->canEdit())) else
 

Variable Documentation

◆ $access_status

$access_status = access_get_show_hidden_status()

Definition at line 9 of file unban.php.

◆ $guid

$guid = get_input('guid')

Definition at line 12 of file unban.php.

◆ $user

$user = get_entity($guid)

Definition at line 13 of file unban.php.

◆ else

if (( $user instanceof ElggUser) &&( $user->canEdit())) else
Initial value:
{
register_error(elgg_echo('admin:user:unban:no'))
register_error($error)
Display an error on next page load.
Definition: elgglib.php:455
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21

Definition at line 21 of file unban.php.