Make WordPress Core


Ignore:
Timestamp:
03/23/2007 12:59:21 AM (18 years ago)
Author:
matt
Message:

(int)er the dragon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/mt.php

    r4608 r5087  
    172172        }
    173173        $this->file = $file['file'];
    174         $this->id = $file['id'];
     174        $this->id = (int) $file['id'];
    175175
    176176        $this->get_entries();
     
    296296                }
    297297
    298                 $comment_post_ID = $post_id;
     298                $comment_post_ID = (int) $post_id;
    299299                $comment_approved = 1;
    300300
Note: See TracChangeset for help on using the changeset viewer.