Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

fixed lang does not work #16

Merged
merged 1 commit into from
Sep 28, 2019

Conversation

katsuren
Copy link
Contributor

@katsuren katsuren commented Apr 7, 2018

setting lang attribute doesn't work in my project. PHP 7.2

It cannot execute method within "{}"

<?php

$lang = 'jpn';
$tag = "<LANG>{strtoupper($lang)}</LANG>";
echo $tag;

// it shows
//  <LANG>{strtoupper(jpn)}</LANG>

@jpmurray
Copy link
Member

I'm sorry this has been under the radar, I never got any notifications from Github about pull requests, so I kind of never saw them! This is embarrassing!

I'll be merging them in master the coming days.

@jpmurray jpmurray changed the base branch from master to develop September 28, 2019 20:47
@jpmurray jpmurray merged commit 5f869a2 into atomescrochus:develop Sep 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants