mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix coding standards
This commit is contained in:
@@ -55,14 +55,14 @@ class Setup_Upgrade
|
||||
{
|
||||
throw new Exception_Setup_UpgradeAlreadyStarted('The upgrade is already started');
|
||||
}
|
||||
|
||||
|
||||
$this->appbox = $appbox;
|
||||
|
||||
|
||||
if(count(User_Adapter::get_wrong_email_users($appbox)) > 0)
|
||||
{
|
||||
throw new Exception_Setup_FixBadEmailAddresses('Please fix the database before starting');
|
||||
}
|
||||
|
||||
|
||||
$this->write_lock();
|
||||
|
||||
return $this;
|
||||
|
Reference in New Issue
Block a user