Skip to content
Snippets Groups Projects
Commit 3f79eda1 authored by Brett Bieber's avatar Brett Bieber
Browse files

Do not render listings through custom template, just render default

parent d909b58f
Branches
Tags
No related merge requests found
...@@ -429,7 +429,7 @@ class UNL_Catalog ...@@ -429,7 +429,7 @@ class UNL_Catalog
$format = 'toHtml'; $format = 'toHtml';
} }
$savvy = $this->getCourseRenderer(); $savvy = $this->getCourseRenderer();
$this->p->maincontentarea .= $savvy->render($listing, 'Listing.tpl.php'); $this->p->maincontentarea .= $savvy->render($listing);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment