diff options
author | arbrk1 <arbrk1@gmail.com> | 2013-02-20 22:26:45 +0400 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-02-24 12:39:01 +0000 |
commit | 853d4ca11402324fa6a12c21ab65fd813d5dec87 (patch) | |
tree | ea3637a757416bf39b37d20b5b4a1d295676c654 | |
parent | 6b6c1ea036f499414bc1ce630f5feb8af637633b (diff) | |
download | rpg-853d4ca11402324fa6a12c21ab65fd813d5dec87.tar.gz rpg-853d4ca11402324fa6a12c21ab65fd813d5dec87.tar.bz2 |
Update inc/template.php
changed nonexistant actionOk to actionOK
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index 4bfc3f572..415b56de7 100644 --- a/inc/template.php +++ b/inc/template.php @@ -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" />'; |