Merge 3.5.7

This commit is contained in:
Romain Neutron
2012-01-03 15:26:07 +01:00
28 changed files with 43087 additions and 42105 deletions

View File

@@ -322,6 +322,9 @@ class Session_Handler
*/
public function open_phrasea_session()
{
if (!$this->phrasea_session instanceof Session_Phrasea)
throw new \Exception('No phrasea session available');
$this->phrasea_session->open();
return $this;