From 3f79eda13cd273d78cd834974ac533e59baaeaed Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Thu, 6 Sep 2012 15:44:22 -0500
Subject: [PATCH] Do not render listings through custom template, just render
 default

---
 src/UNL/Catalog.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php
index 75875fb..bf29150 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);
     }
     
     /**
-- 
GitLab