Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-03-06 17:22:14 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-07 13:30:59 (GMT)
commit89bbd617419462f26fccfa26528a6c955eca27d8 (patch)
treee8643ee8bef1b502bd469cc5f61282495de172b6
parent531627a826f33e6034400df01c7d377f2925f1ca (diff)
Add activities to the addon types to search
-rw-r--r--site/app/controllers/components/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/controllers/components/search.php b/site/app/controllers/components/search.php
index cea808c..6128380 100644
--- a/site/app/controllers/components/search.php
+++ b/site/app/controllers/components/search.php
@@ -229,7 +229,7 @@ class SearchComponent extends Object {
if (in_array($searchtype, $app_listedtypes[APP_ID]))
$_addon_types = $searchtype;
else {
- $_addon_types = array(ADDON_EXTENSION, ADDON_THEME, ADDON_SEARCH, ADDON_DICT, ADDON_LPAPP, ADDON_LPADDON);
+ $_addon_types = array(ADDON_EXTENSION, ADDON_THEME, ADDON_SEARCH, ADDON_DICT, ADDON_LPAPP, ADDON_LPADDON, ADDON_ACTIVITY);
}
}
if (!is_array($_addon_types)) $_addon_types = array($_addon_types);