R Robert9 Well-known member Oct 26, 2019 #1 PHP: return $this->something->error(\XF::phraseDeferred('this_is_a_phrase', ['var'=>$var])); I have checked $var, it is not empty. I have checked the phrase, it is shown. I have used {$var} inside the phrase, but it is not shown. May someone has a hint for me, please?
PHP: return $this->something->error(\XF::phraseDeferred('this_is_a_phrase', ['var'=>$var])); I have checked $var, it is not empty. I have checked the phrase, it is shown. I have used {$var} inside the phrase, but it is not shown. May someone has a hint for me, please?
TickTackk Well-known member Oct 26, 2019 #2 Robert9 said: I have used {$var} inside the phrase, but it is not shown. Click to expand... It is supposed to be {var}.
Robert9 said: I have used {$var} inside the phrase, but it is not shown. Click to expand... It is supposed to be {var}.
R Robert9 Well-known member Oct 26, 2019 #3 Puh! Thank you very much. Small things like this costs hours ...