Skip to content

Commit

Permalink
chenge value to none -thans @zero-24 and @farrelljsec for the reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
wojsmol committed Oct 24, 2015
1 parent b71eeb2 commit fd462bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/model/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function _createConfiguration($options)

// Feed settings.
$registry->set('feed_limit', 10);
$registry->set('feed_email', 'author');
$registry->set('feed_email', 'none');

$registry->set('log_path', JPATH_ROOT . '/logs');
$registry->set('tmp_path', JPATH_ROOT . '/tmp');
Expand Down

0 comments on commit fd462bc

Please sign in to comment.