oops - slipped on last commit, profile tab broke

2022.09-rc
Mike Macgirvin 2010-09-22 21:32:44 -07:00
rodzic d5a13b1e4c
commit aedae07af6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -133,7 +133,7 @@ function profile_content(&$a, $update = 0) {
if($tab == 'profile') {
$lang = config_get('system','language');
$lang = get_config('system','language');
if($lang && file_exists("view/$lang/profile_advanced.php"))
require_once("view/$lang/profile_advanced.php");
else