]> git.mxchange.org Git - friendica.git/commitdiff
oops - slipped on last commit, profile tab broke
authorMike Macgirvin <mike@macgirvin.com>
Thu, 23 Sep 2010 04:32:44 +0000 (21:32 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Thu, 23 Sep 2010 04:32:44 +0000 (21:32 -0700)
mod/profile.php

index ac9371ea0cfc86c335ebdfb0c8ea7e732d591080..7abc0e166cc0827ed0ed2fdae63022b4fabcfa43 100644 (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