Fix PHP warning

1.10.x
Julio Montoya 9 years ago
parent 14407f4c96
commit f730745fd9
  1. 2
      main/inc/lib/userportal.lib.php

@ -230,6 +230,8 @@ class IndexManager
$user_selected_language = api_get_setting('platformLanguage');
}
$home_top_temp = '';
// Try language specific home
if (file_exists($this->home.'home_top_'.$user_selected_language.'.html')) {
$home_top_temp = file_get_contents($this->home.'home_top_'.$user_selected_language.'.html');

Loading…
Cancel
Save