1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00
This commit is contained in:
Cameron 2018-07-22 11:43:13 -07:00
parent 17760d975c
commit e231a19ab9

View File

@ -845,7 +845,7 @@ final class e_core_pref extends e_pref
parent::__construct($pref_id, $pref_alias);
if($load && $pref_id)
{
$this->load($pref_id, $load);
$this->load();
}