diff options
author | Evan Prodromou <evan@status.net> | 2010-01-13 16:26:46 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-13 16:28:42 -0800 |
commit | 4d7cdbf1c65f54cd66eb7eab23985d4db0351b63 (patch) | |
tree | 6944f3cbefc83f7221825fa826e4ea2fd87fd531 /index.php | |
parent | 935d5eed69250c2ff1654f2d0f3c1a707fd5d5aa (diff) |
don't write Inbox if on a read-only page, but encache
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ function checkMirror($action_obj, $args) { global $config; - static $alwaysRW = array('session', 'remember_me', 'inbox'); + static $alwaysRW = array('session', 'remember_me'); if (common_config('db', 'mirror') && $action_obj->isReadOnly($args)) { if (is_array(common_config('db', 'mirror'))) { |