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

Issue #3301 Revert "Removed problematic cache from e107plugin::getinfo()"

This reverts commit 89e28e38c5 because it breaks thumb.php
This commit is contained in:
Cameron
2018-07-21 12:23:44 -07:00
parent 8c2bf18679
commit 55be7e35a2
3 changed files with 31 additions and 20 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($pref_id, $load);
$this->load();
}