Loading module/Oscar/src/Oscar/OscarText.php +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ class OscarText static $merged; if( $reload || !$merged ) { $base = self::getBase(); $custom = self::getCustom(); $custom = self::getCustom($reload); $merged = []; foreach ($base as $key=>$text) { $value = $text; Loading module/Oscar/src/Oscar/Service/administration/AdminCustomTextAPIService.php +3 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ class AdminCustomTextAPIService extends AbstractAPIService foreach ($data as $key => &$value) { if( $key != $value ){ $custom[$key] = $value; } else { unset($custom[$key]); } } if( !is_writable(OscarText::fileCustom()) ){ Loading Loading
module/Oscar/src/Oscar/OscarText.php +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ class OscarText static $merged; if( $reload || !$merged ) { $base = self::getBase(); $custom = self::getCustom(); $custom = self::getCustom($reload); $merged = []; foreach ($base as $key=>$text) { $value = $text; Loading
module/Oscar/src/Oscar/Service/administration/AdminCustomTextAPIService.php +3 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ class AdminCustomTextAPIService extends AbstractAPIService foreach ($data as $key => &$value) { if( $key != $value ){ $custom[$key] = $value; } else { unset($custom[$key]); } } if( !is_writable(OscarText::fileCustom()) ){ Loading