Renames classes that extend ProfilePage into ProfilePageXXXX.
[platal.git] / modules / profile / general.inc.php
index 38cbd07..bfd280d 100644 (file)
@@ -517,7 +517,7 @@ class ProfileSettingPromo implements ProfileSetting
 }
 
 
-class ProfileSettingGeneral extends ProfilePage
+class ProfilePageGeneral extends ProfilePage
 {
     protected $pg_template = 'profile/general.tpl';