update search output
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 18 Aug 2014 15:42:27 +0000 (11:42 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 18 Aug 2014 15:43:32 +0000 (11:43 -0400)
to work with the new templates for the toolbox.html

Toolkit/Template/Page/GLMSearch.php

index 5e33b52..2b2b172 100644 (file)
@@ -44,7 +44,8 @@ class Toolkit_Template_Page_GLMSearch
             false,
             GLM_SEARCH_INDEX
         );
-        $page = $glmSearch->doSearch();
+        $page = new stdClass();
+        $page->glmSearch = $glmSearch->doSearch();
         return $page;
     }
 }