oops - slipped on last commit, profile tab broke

This commit is contained in:
Mike Macgirvin 2010-09-22 21:32:44 -07:00
parent d5a13b1e4c
commit aedae07af6
1 changed files with 1 additions and 1 deletions

View File

@ -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