diff options
Diffstat (limited to 'engine/lib/upgrades/2010010501.php')
| -rw-r--r-- | engine/lib/upgrades/2010010501.php | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/engine/lib/upgrades/2010010501.php b/engine/lib/upgrades/2010010501.php new file mode 100644 index 000000000..1e83caa55 --- /dev/null +++ b/engine/lib/upgrades/2010010501.php @@ -0,0 +1,8 @@ +<?php + +global $CONFIG; + +/** + * Enable the search plugin + */	 +enable_plugin('search', $CONFIG->site->guid); | 
