Closed jannaahs closed 10 years ago
In line 28
... $this->Html->link(_d('forum', 'edit profile'), ...
is a _ missing before _d. The correct syntax would be:
... $this->Html->link(__d('forum', 'edit profile'), ...
Why don't you try to fix it by yourself?
https://github.com/milesj/forum/edit/master/View/Forum/help.ctp
Now i learned something new ;)
In line 28
is a _ missing before _d. The correct syntax would be: