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:
@@ -324,7 +324,7 @@ class Session_Handler
|
||||
{
|
||||
if (!$this->phrasea_session instanceof Session_Phrasea)
|
||||
throw new \Exception('No phrasea session available');
|
||||
|
||||
|
||||
$this->phrasea_session->open();
|
||||
|
||||
return $this;
|
||||
@@ -571,7 +571,7 @@ class Session_Handler
|
||||
}
|
||||
|
||||
$Core = bootstrap::getCore();
|
||||
|
||||
|
||||
$registry = $Core->getRegistry();
|
||||
$date_two_day = new DateTime('+' . (int) $registry->get('GV_validation_reminder') . ' days');
|
||||
|
||||
@@ -598,7 +598,7 @@ class Session_Handler
|
||||
'ssel_id' => $row['ssel_id'],
|
||||
'from' => $row['owner'],
|
||||
'validate_id' => $row['validate_id'],
|
||||
'url' => $registry->get('GV_ServerName')
|
||||
'url' => $registry->get('GV_ServerName')
|
||||
. 'lightbox/validate/'.$row['ssel_id'].'/?LOG=' . $row['value']
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user