Skip to content

Commit

Permalink
Fix a path
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Apr 24, 2013
1 parent ae0e8ee commit f76f262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function execute()

// Register the layout paths for the view
$paths = new \SplPriorityQueue;
$paths->insert(JPATH_COMPONENT . '/view/' . $vName . '/tmpl', 'normal');
$paths->insert(JPATH_COMPONENT . '/View/' . ucfirst($vName) . '/tmpl', 'normal');

$base = '\\Joomla\\Tracker\\Components\\' . $this->component;
$vClass = $base . '\\View\\' . ucfirst($vName) . '\\' . ucfirst($vName) . ucfirst($vFormat) . 'View';
Expand Down

0 comments on commit f76f262

Please sign in to comment.