export storage variable

This commit is contained in:
<bdauvergne@entrouvert.com> 1210785579 +0200 0001-01-01 00:00:00 +00:00
parent 28d13761a2
commit 2377a0bab5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ require_once('lassospkit_config.inc.php');
require_once('lassospkit_generic_session.inc.php');
class LassoSPKitAutoPersistentSession extends LassoSPKitDummySession {
private $storage;
var $storage;
function __construct() {
$storage_class = "LassoSPKit" . LassoSPKitConfig::get('storage') . "Store";
$this->storage = @new $storage_class();