1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Revert the revert :-)

This commit is contained in:
Cameron
2018-07-22 09:36:23 -07:00
parent f430f56082
commit 56d5bcafd7
3 changed files with 20 additions and 31 deletions

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();
$this->load($pref_id, $load);
}