Follow-up r82049: Fix strict comparison because MediaHandler::parseParamString()...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sun, 13 Feb 2011 20:38:05 +0000 (20:38 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sun, 13 Feb 2011 20:38:05 +0000 (20:38 +0000)
commita65582f4e8b092f17c1e87debdd8a37983cb4bad
treedc4cdf74814ec7eec2e120bd1f7534ac5bb2cb4c
parent912ec3aef6fcb68e3b2e214094234831fb26437e
Follow-up r82049: Fix strict comparison because MediaHandler::parseParamString() is not guaranteed to use intval() on the width and height parameters.
Add __METHOD__ to wfDebug() call.
includes/api/ApiQueryImageInfo.php
includes/filerepo/ForeignAPIRepo.php