From 4d7cdbf1c65f54cd66eb7eab23985d4db0351b63 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 13 Jan 2010 16:26:46 -0800 Subject: don't write Inbox if on a read-only page, but encache --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 59805f600..b5edc0f94 100644 --- a/index.php +++ b/index.php @@ -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'))) { -- cgit v1.2.3-54-g00ecf