mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Add curly braces
This commit is contained in:
@@ -212,8 +212,9 @@ class eventsmanager_notify_validationdone extends eventsmanager_notifyAbstract
|
||||
$bool = false;
|
||||
|
||||
$session = $this->appbox->get_session();
|
||||
if ( ! $session->is_authenticated())
|
||||
if ( ! $session->is_authenticated()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
try {
|
||||
$user = User_Adapter::getInstance($session->get_usr_id(), $this->appbox);
|
||||
|
Reference in New Issue
Block a user