Skip to content

Commit

Permalink
Make ProductFinder.php compatible with SS3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
jedateach committed Aug 3, 2019
1 parent 783b1a9 commit 7534cb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/ProductFinder.php
Expand Up @@ -19,6 +19,10 @@ class ProductFinder extends Page_Controller
{
public static $url_segment = "products";

protected $templates = array(
"index" => array("ProductFinder", "Page")
);

public function Title()
{
return _t("ProductFinder.TITLE", "Products");
Expand Down

0 comments on commit 7534cb3

Please sign in to comment.