Prevent empty log lines and a couple of include cleanups.
[fa-stable.git] / includes / session.inc
index ad3978c27df990184058915412795db7b0a5e936..e8b4b1437259e9a210cb06ec7b243b0590df683e 100644 (file)
@@ -476,7 +476,7 @@ if (!defined('FA_LOGOUT_PHP_FILE')){
        login_timeout();
 
        if (!$_SESSION["wa_current_user"]->old_db)
-               include_once($path_to_root . '/company/'.user_company().'/installed_extensions.php');
+               include($path_to_root . '/company/'.user_company().'/installed_extensions.php');
 
        install_hooks();