Index: /branches/release-36/php/lib/MTUtil.php
===================================================================
--- /branches/release-36/php/lib/MTUtil.php (revision 1926)
+++ /branches/release-36/php/lib/MTUtil.php (revision 2095)
@@ -1113,4 +1113,6 @@
     if (!$blogs)
         $blogs = array('include_blogs' => $mt->blog_id);
+    if (!is_array($blogs))
+        $blogs = array($blogs);
     $mtdb =& $mt->db;
     if (preg_match_all('/(\[[^]]+?\]|[^]\/]+)/', $path, $matches)) {
