Skip to content
Snippets Groups Projects
Commit 3cd9b97d authored by Michael Hamann's avatar Michael Hamann
Browse files

Merge pull request #188 from arbrk1/patch-1

Change function call from actionOk into actionOK (correct name)
parents 00d58927 64276bbc
No related branches found
No related tags found
No related merge requests found
......@@ -764,7 +764,7 @@ function tpl_searchform($ajax = true, $autocomplete = true) {
global $QUERY;
// don't print the search form if search action has been disabled
if(!actionOk('search')) return false;
if(!actionOK('search')) return false;
print '<form action="'.wl().'" accept-charset="utf-8" class="search" id="dw__search" method="get"><div class="no">';
print '<input type="hidden" name="do" value="search" />';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment