1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

HTML fixes.

This commit is contained in:
Cameron
2016-06-26 10:34:44 -07:00
parent b709c38361
commit 6a520a61a6
3 changed files with 8 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ class social_admin
{
$pref = e107::pref('core','social_login');
if(!empty($pref) && is_array($pref['Twitter']))
if(!empty($pref) && !empty($pref['Twitter']) && is_array($pref['Twitter']))
{
$this->twitterActive = vartrue($pref['Twitter']['keys']['key']);
}