protected handle function without args for Action
This commit is contained in:
		@@ -61,9 +61,9 @@ class UserbyidAction extends Action
 | 
				
			|||||||
     *
 | 
					     *
 | 
				
			||||||
     * @return nothing
 | 
					     * @return nothing
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    function handle($args)
 | 
					    protected function handle()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        parent::handle($args);
 | 
					        parent::handle();
 | 
				
			||||||
        $id = $this->trimmed('id');
 | 
					        $id = $this->trimmed('id');
 | 
				
			||||||
        if (!$id) {
 | 
					        if (!$id) {
 | 
				
			||||||
            // TRANS: Client error displayed trying to find a user by ID without providing an ID.
 | 
					            // TRANS: Client error displayed trying to find a user by ID without providing an ID.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user