Changeset 5570

Show
Ignore:
Timestamp:
05/28/07 05:12:56 (1 year ago)
Author:
markjaquith
Message:

Int cast. Props to Alexander Concha for the find, Joseph Scott for the patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/xmlrpc.php

    r5547 r5570  
    535535        $password               = $args[2]; 
    536536        $category               = $args[3]; 
    537         $max_results            = $args[4]; 
     537        $max_results            = (int) $args[4]; 
    538538 
    539539        if(!$this->login_pass_ok($username, $password)) {