0 users online. Create an account or sign in to join them.Users
Incorrect call to translation function
A bug in 2.1.2, submitted by Nils on 02 February 2011
Announcement
Symphony's issue tracker has been moved to Github.
Issues are displayed here for reference only and cannot be created or edited.
Browse
Closed#529: Incorrect call to translation function
No worries, that’ll be my fault anyway.
This issue is closed.
Line 213 of
class.administration.phpneeds to be changed from__('An extension requires updating. <a href="' . SYMPHONY_URL . '/system/extensions/">View Extensions</a>')to
__('An extension requires updating. <a href="%s">View Extensions</a>', array(SYMPHONY_URL . '/system/extensions/'))Otherwise the resulting translation string will look like this, which is only half of the truth: