forked from GNUsocial/gnu-social
		
	slightly better usergroups pagination
This commit is contained in:
		@@ -104,7 +104,7 @@ class UsergroupsAction extends ProfileAction
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
 | 
			
		||||
        $this->page = $this->trimmed('page', 1);
 | 
			
		||||
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user