diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php
index 75875fbcfb212f95e9d1fe19ea76a007735ab060..bf291502824fe5e2a695716d51d7b9bf32bd086d 100644
--- a/src/UNL/Catalog.php
+++ b/src/UNL/Catalog.php
@@ -429,7 +429,7 @@ class UNL_Catalog
             $format = 'toHtml';
         }
         $savvy = $this->getCourseRenderer();
-        $this->p->maincontentarea .= $savvy->render($listing, 'Listing.tpl.php');
+        $this->p->maincontentarea .= $savvy->render($listing);
     }
     
     /**