mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-03 12:06:40 -04:00
syntax fix, changelog
This commit is contained in:
parent
9a61e8fd48
commit
bde5802a3a
7 changed files with 17 additions and 16 deletions
|
@ -81,7 +81,7 @@ class Model
|
|||
public function getStore()
|
||||
{
|
||||
if ($this->_store === null) {
|
||||
$class = 'PrivateBin\\Data\\' . $this->_conf->getKey('class', 'model');
|
||||
$class = 'PrivateBin\\Data\\' . $this->_conf->getKey('class', 'model');
|
||||
$this->_store = new $class($this->_conf->getSection('model_options'));
|
||||
}
|
||||
return $this->_store;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue