Skip to content

[ticket/17335] Fix language var issues in the extension manager#6635

Merged
marc1706 merged 4 commits intophpbb:masterfrom
iMattPro:ticket/17335
Jun 23, 2024
Merged

[ticket/17335] Fix language var issues in the extension manager#6635
marc1706 merged 4 commits intophpbb:masterfrom
iMattPro:ticket/17335

Conversation

@iMattPro
Copy link
Copy Markdown
Member

@iMattPro iMattPro commented Jun 9, 2024

PHPBB-17335

Checklist:

  • Correct branch: master for new features; 3.3.x for fixes
  • Tests pass
  • Code follows coding guidelines: master and 3.3.x
  • Commit follows commit message format

Tracker ticket:

https://tracker.phpbb.com/browse/PHPBB-17335

@rxu
Copy link
Copy Markdown
Contributor

rxu commented Jun 11, 2024

I'd add lang_raw Twig function to iterate language array entries your way via loops.

	public function lang_raw($key)
	{
		return call_user_func_array([$this->language, 'lang_raw'], [$key]);
	}

@marc1706 marc1706 added this to the 4.0.0-a1 milestone Jun 14, 2024
PHPBB-17335

Signed-off-by: Matt Friedman <[email protected]>
@marc1706 marc1706 merged commit c28b944 into phpbb:master Jun 23, 2024
@iMattPro iMattPro deleted the ticket/17335 branch June 23, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants