projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2b886d
)
update search output
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 18 Aug 2014 15:42:27 +0000
(11:42 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/Toolkit/Template/Page/GLMSearch.php
b/Toolkit/Template/Page/GLMSearch.php
index
5e33b52
..
2b2b172
100644
(file)
--- a/
Toolkit/Template/Page/GLMSearch.php
+++ b/
Toolkit/Template/Page/GLMSearch.php
@@
-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;
}
}