From: Evan Prodromou Date: Tue, 12 Jan 2010 02:31:49 +0000 (-0800) Subject: add inbox to list of always-readwrite tables X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=46b11070fe2f31561b89d933e15582fa2389e842;p=quix0rs-gnu-social.git add inbox to list of always-readwrite tables --- diff --git a/index.php b/index.php index 47cde87409..59805f6000 100644 --- a/index.php +++ b/index.php @@ -29,7 +29,7 @@ * @author Robin Millette * @author Sarven Capadisli * @author Tom Adams - * + * * @license GNU Affero General Public License http://www.gnu.org/licenses/ */ @@ -150,7 +150,7 @@ function checkMirror($action_obj, $args) { global $config; - static $alwaysRW = array('session', 'remember_me'); + static $alwaysRW = array('session', 'remember_me', 'inbox'); if (common_config('db', 'mirror') && $action_obj->isReadOnly($args)) { if (is_array(common_config('db', 'mirror'))) {