mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
HTML fixes.
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user