Page MenuHomePhabricator

Small bug in new sffLinkText
Closed, ResolvedPublic

Description

Author: lgerbarg

Description:
One line fixup.

There is a small error the new sffLinkText you included. The last line is "return $l->makeLinkObj($title, $label);" but $label is undefined. I think it should be "return $l->makeLinkObj($title, $text);"

Patch attached.


Version: unspecified
Severity: enhancement

Attached:

Details

Reference
bz11507