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

Remove require once statment and rely on autoloader

parent f269f47c
Branches
Tags
No related merge requests found
......@@ -484,9 +484,6 @@ class UNL_Catalog
*/
private function initializeTemplate()
{
if (!class_exists('UNL_Templates')) {
require_once 'UNL/Templates.php';
}
UNL_Templates::setCachingService(new UNL_Templates_CachingService_Null());
UNL_Templates::$options['version'] = 3.1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment