Allow parenthesis before hasPerm in smarty templates
[platal.git] / classes / pluser.php
index 9fa6a5d..c974b7e 100644 (file)
@@ -82,6 +82,7 @@ abstract class PlUser implements PlUserInterface
     // <display name> !"), while full name is the official full name.
     protected $display_name = null;
     protected $full_name = null;
+    protected $sort_name = null;
 
     // Other important parameters used when sending emails.
     protected $gender = null;  // Acceptable values are GENDER_MALE and GENDER_FEMALE
@@ -454,5 +455,5 @@ abstract class PlUser implements PlUserInterface
     }
 }
 
-// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8:
 ?>