1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-03 02:38:06 +02:00

Fixes #1667 - Syntax error in social plugin admin

This commit is contained in:
Tijn Kuyper 2016-05-22 16:06:08 +02:00
parent 48b6b0cf74
commit a3a87325ad

View File

@ -73,7 +73,7 @@ class social_ui extends e_admin_ui
protected $fieldpref = array();
protected $preftabs = array(" ".LAN_SOCIAL_ADMIN_14." ", LAN_SOCIAL_ADMIN_15, LAN_SOCIAL_ADMIN_16, LAN_SOCIAL_ADMIN_17, );
protected $preftabs = array(LAN_SOCIAL_ADMIN_14, LAN_SOCIAL_ADMIN_15, LAN_SOCIAL_ADMIN_16, LAN_SOCIAL_ADMIN_17);
protected $prefs = array(
@ -504,4 +504,4 @@ e107::getAdminUI()->runPage();
require_once(e_ADMIN."footer.php");
exit;
?>
?>