aboutsummaryrefslogtreecommitdiff
path: root/activate.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-07-13 22:23:52 -0400
committerCash Costello <cash.costello@gmail.com>2012-07-13 22:23:52 -0400
commit54bc5844dfe6cb684c7aecaf1be5ee8071d98fe0 (patch)
tree90f4166d6cd605eb4d7e95d63682732a1c5476a5 /activate.php
parent695651451b262c526d6aaf9d0988ce557ff50e95 (diff)
parent894ea6758f3f99c49807df99ef4bbd95f74273dc (diff)
downloadelgg-54bc5844dfe6cb684c7aecaf1be5ee8071d98fe0.tar.gz
elgg-54bc5844dfe6cb684c7aecaf1be5ee8071d98fe0.tar.bz2
Merged notifications update from Brett's fork
Diffstat (limited to 'activate.php')
-rw-r--r--activate.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/activate.php b/activate.php
index 86706d9a6..6b8390406 100644
--- a/activate.php
+++ b/activate.php
@@ -41,6 +41,8 @@ $defaults = array(
'album_river_view' => 'set',
'image_sizes' => $image_sizes,
+
+ 'notify_interval' => 60 * 60 * 24,
);
foreach ($defaults as $name => $value) {