1
0
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:
Cameron
2016-03-06 00:23:41 -08:00
parent 9470d5184b
commit 3ecd19b88c
4 changed files with 47 additions and 26 deletions

View File

@@ -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']);
}