]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilelist.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / lib / profilelist.php
index 60737c3d415524c0b29f08aeb1c3bab964212fb1..bda05daf3bbf5fb12165840d85c223659c39f565 100644 (file)
@@ -22,7 +22,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 define('PROFILES_PER_PAGE', 20);
 
-class ProfileList {
+class ProfileList
+{
 
     var $profile = null;
     var $owner = null;