Skip to content

Commit

Permalink
Bug: 14345 Honor $conf[content_index][enabled].
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 3, 2016
1 parent 09d4df2 commit ff2c240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trean/add.php
Expand Up @@ -36,7 +36,7 @@
);

try {
$bookmark = $trean_gateway->newBookmark($properties);
$bookmark = $trean_gateway->newBookmark($properties, !empty($conf['content_index']['enabled']));
} catch (Exception $e) {
$notification->push(sprintf(_("There was an error adding the bookmark: %s"), $e->getMessage()), 'horde.error');
}
Expand Down

0 comments on commit ff2c240

Please sign in to comment.