diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-05-25 07:39:47 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-05-25 07:39:47 -0400 |
commit | bfcd3e087980e48b5b908fd30cf2e9b1aa3726e4 (patch) | |
tree | 9dc3d2424902da2863c69bd6fe175c5ceb7a8003 /start.php | |
parent | a19ccb50eed9be0aab45cb72ee367fb3cbd47ab2 (diff) | |
download | elgg-bfcd3e087980e48b5b908fd30cf2e9b1aa3726e4.tar.gz elgg-bfcd3e087980e48b5b908fd30cf2e9b1aa3726e4.tar.bz2 |
Updated the RSS for language file and added files missing from previous commits
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -27,15 +27,6 @@ function opensearch_init() { function opensearch_handler($page) { global $CONFIG; - // file path to the page scripts - $base_path = $CONFIG->pluginspath . 'opensearch'; - - if (!isset($page[0])) { - require "$base_path/search.php"; - return TRUE; - } - - // select page based on first URL element after /pg/hello/ switch ($page[0]) { case 'osd.xml': elgg_set_viewtype('xml'); |