Browse Source

Fix logout with facebook - refs #8156

Angel Fernando Quiroz Campos 9 years ago
parent
commit
f1db277f1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/auth/external_login/facebook.init.php

+ 1 - 1
main/auth/external_login/facebook.init.php

@@ -22,5 +22,5 @@
  * See facebook section of the auth.conf.php file
  */
 
-require_once dirname(__FILE__) . '/../../../app/config/auth.conf.php';
+require dirname(__FILE__) . '/../../../app/config/auth.conf.php';