Skip to content

Commit

Permalink
search older data files
Browse files Browse the repository at this point in the history
  • Loading branch information
oyejorge committed Nov 13, 2013
1 parent a51d818 commit bd94077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/special/special_search.php
Expand Up @@ -350,13 +350,14 @@ function SearchPage($title,$index){
}

$file_sections = $file_stats = array();
ob_start();
include($full_path);
if( !isset($file_sections) || !is_array($file_sections) || !count($file_sections) ){
return;
if( isset($file_sections) && is_array($file_sections) ){
echo section_content::Render($file_sections,$title,$file_stats);
}
$content = ob_get_clean();


$content = section_content::Render($file_sections,$title,$file_stats);
$label = common::GetLabel($title);
$this->FindString($content, $label, $title);
}
Expand Down
Binary file modified themes/Bootswatch_Flatly/screenshot.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd94077

Please sign in to comment.