Merge pull request #4297 from rahulcs0082/development

Issue #4287 fixed.
This commit is contained in:
Jitendra Singh 2020-11-24 14:03:53 +05:30 committed by GitHub
commit cf7384b7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ class ConfigurationController extends Controller
* @return \Illuminate\View\View
*/
public function renderMetaData()
{
{
$this->locale = request()->get('locale') ? request()->get('locale') : app()->getLocale();
$velocityMetaData = $this->velocityHelper->getVelocityMetaData($this->locale, $this->channel, false);
if (! $velocityMetaData) {