diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-15 19:48:48 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-15 19:48:48 +0100 |
commit | b843ea6c4a0a3ee5f294571a52c6e2e52d3140d0 (patch) | |
tree | 4553c19f2340bd326d1ca49e81eea0b032027221 /lib | |
parent | a256aee9bf81f65bede97f53a22625f1ac42ffc5 (diff) | |
parent | 6512282241cbc06903f64a566295804017beb8e5 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.php | 2 | ||||
-rw-r--r-- | lib/mailbox.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.php b/lib/default.php index 82b6910ab..95366e0b3 100644 --- a/lib/default.php +++ b/lib/default.php @@ -159,7 +159,7 @@ $default = array('default' => null, 'welcome' => null), 'snapshot' => - array('run' => 'never', + array('run' => 'web', 'frequency' => 10000, 'reporturl' => 'http://status.net/stats/report'), 'attachments' => diff --git a/lib/mailbox.php b/lib/mailbox.php index e1d384a06..90a58b4c4 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -282,7 +282,7 @@ class MailboxAction extends CurrentUserDesignAction $ns->name); $this->elementEnd('span'); } else { - $this->out->element('span', 'device', $source_name); + $this->element('span', 'device', $source_name); } break; } |