mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
Fix for file-title after import. select() can now handle more than 2 levels deep.
This commit is contained in:
@@ -19,7 +19,7 @@ class social_comment
|
||||
{
|
||||
$social = e107::pref('core','social_login');
|
||||
|
||||
if(!empty($social))
|
||||
if(!empty($social) && is_array($social))
|
||||
{
|
||||
$this->facebookActive = vartrue($social['Facebook']['keys']['id']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user