oops - slipped on last commit, profile tab broke
This commit is contained in:
parent
d5a13b1e4c
commit
aedae07af6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue