fix search to use in app

This commit is contained in:
friendica
2014-05-22 21:24:41 -07:00
parent 39d5f2abcf
commit 345f784f67
5 changed files with 12 additions and 5 deletions

View File

@@ -130,7 +130,8 @@ function translate_system_apps(&$arr) {
'Mail' => t('Mail'),
'Mood' => t('Mood'),
'Poke' => t('Poke'),
'Chat' => t('Chat')
'Chat' => t('Chat'),
'Search' => t('Search')
);
if(array_key_exists($arr['name'],$apps))