Elgg  Version 1.9
unlock_upgrade.php
Go to the documentation of this file.
1 <?php
7 
8 if ($upgrader->isUpgradeLocked()) {
9  $upgrader->releaseUpgradeMutex();
10 }
11 system_message(elgg_echo('upgrade:unlock:success'));
system_message($message)
Display a system message on next page load.
Definition: elgglib.php:592
const REFERER
Definition: elgglib.php:2162
forward($location="", $reason='system')
Forward to $location.
Definition: elgglib.php:79
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
$upgrader
Unlocks the upgrade script.