Skip to content

Commit

Permalink
Issue #2003 Remove old files.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Nov 8, 2016
1 parent 9eba6b5 commit 5935332
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 109 deletions.
6 changes: 6 additions & 0 deletions e107_admin/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,12 @@
foreach ($search_prefs['comments_handlers'] as $key => $value)
{
$path = ($value['dir'] == 'core') ? e_HANDLER.'search/comments_'.$key.'.php' : e_PLUGIN.$value['dir'].'/search/search_comments.php';

if($value['dir'] == 'download' && !e107::isInstalled($value['dir']))
{
continue;
}

if(is_readable($path))
{
require_once($path);
Expand Down
45 changes: 0 additions & 45 deletions e107_handlers/search/advanced_download.php

This file was deleted.

64 changes: 0 additions & 64 deletions e107_handlers/search/search_download.php

This file was deleted.

0 comments on commit 5935332

Please sign in to comment.