Merge pull request #4297 from rahulcs0082/development
Issue #4287 fixed.
This commit is contained in:
commit
cf7384b7f8
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue