diff --git a/fe_block.module b/fe_block.module
index 9dc5845..3f5753f 100644
--- a/fe_block.module
+++ b/fe_block.module
@@ -401,7 +401,7 @@ function _fe_block_get_blocks($theme = NULL) {
  */
 function _fe_block_get_active_themes() {
   $theme_names = array();
-  foreach (list_themes() as $machine_name => $theme) {
+  foreach (system_list('theme') as $machine_name => $theme) {
     if (!empty($theme->status)) {
       $theme_names[] = $machine_name;
     }
