]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add inbox to list of always-readwrite tables
authorEvan Prodromou <evan@status.net>
Tue, 12 Jan 2010 02:31:49 +0000 (18:31 -0800)
committerEvan Prodromou <evan@status.net>
Tue, 12 Jan 2010 02:31:49 +0000 (18:31 -0800)
index.php

index 47cde87409b62a31146d553d4e8582bdfd7acb13..59805f60009f94a0f973f11e1ee324b3af9b1cb7 100644 (file)
--- a/index.php
+++ b/index.php
@@ -29,7 +29,7 @@
  * @author   Robin Millette <millette@controlyourself.ca>
  * @author   Sarven Capadisli <csarven@controlyourself.ca>
  * @author   Tom Adams <tom@holizz.com>
- * 
+ *
  * @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'))) {