1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 15:46:44 +02:00

Admin Log function fixes. Preference saving details stored correctly.

This commit is contained in:
Cameron
2014-01-10 07:36:54 -08:00
parent d47486d39f
commit b859d1cf8d
7 changed files with 213 additions and 54 deletions

View File

@@ -58,7 +58,6 @@ class search extends e_shortcode
{
$this->search_prefs = e107::getConfig('search')->getPref();
if (!e_QUERY)
{
$this->enhanced = true;
@@ -224,6 +223,10 @@ class search extends e_shortcode
if (check_class($this->search_prefs[$type.'_handlers'][$id]['class']))
{
echo "<br />type = ".$this->search_prefs[$type.'_handlers'][$id]['class'];
print_a($this->search_prefs);
if ($plug_require)
{
require_once($plug_require);