Skip to content

Commit

Permalink
Search CDATES: #3
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer-ilias committed Aug 25, 2015
1 parent 0add22e commit 3473585
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Services/Search/classes/Lucene/class.ilLuceneSearchGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ protected function parseCreationFilter()
{

$options = $this->search_cache->getCreationFilter();

if(!$options['enabled'])
{
return '';
Expand All @@ -690,7 +691,7 @@ protected function parseCreationFilter()
{
case 1:

$limit = new ilDate(time(),IL_CAL_UNIX);
$limit = new ilDate($options['date'],IL_CAL_UNIX);

switch($options['ontype'])
{
Expand Down

0 comments on commit 3473585

Please sign in to comment.