diff --git modules/taxonomy/taxonomy.module modules/taxonomy/taxonomy.module
index 26ca368..9b90912 100644
--- modules/taxonomy/taxonomy.module
+++ modules/taxonomy/taxonomy.module
@@ -1263,7 +1263,7 @@ class TaxonomyTermController extends DrupalDefaultEntityController {
     }
   }
 
-  protected function cacheGet($ids) {
+  protected function cacheGet($ids, $conditions = array()) {
     $terms = parent::cacheGet($ids);
     // Name matching is case insensitive, note that with some collations
     // LOWER() and drupal_strtolower() may return different results.
