1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Removed hard-coded line-breaks from banner-menu template. Issue #6 added missing social plugin LAN.

This commit is contained in:
Cameron
2016-09-23 17:21:02 -07:00
parent 120949be04
commit 90524aa0ce
3 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class social_shortcodes extends e_shortcode
public function getProviders()
{
$emailMessage = LAN_SOCIAL_LINK_CHK;
$emailMessage = LAN_SOCIAL_005;
$tp = e107::getParser();