Fixed class constructor names.
[fa-stable.git] / includes / current_user.inc
index 431cfefe2546cd90dbc56968a16578f4898208ea..4513334479ae02852a6ede0b8d50c14681d9ad55 100644 (file)
@@ -36,7 +36,7 @@ class current_user
        var $prefs;
        var $cur_con; // current db connection (can be different from $company for superuser)
 
-       function current_user()
+       function __construct()
        {
                global $def_coy;