Changeset 5584

Show
Ignore:
Timestamp:
05/29/07 02:50:37 (1 year ago)
Author:
rob1n
Message:

Apply [5570] to 2.2. fixes #4357

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/xmlrpc.php

    r5538 r5584  
    539539        $password               = $args[2]; 
    540540        $category               = $args[3]; 
    541         $max_results            = $args[4]; 
     541        $max_results            = (int) $args[4]; 
    542542 
    543543        if(!$this->login_pass_ok($username, $password)) {