]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
authorEvan Prodromou <evan@status.net>
Fri, 15 Jul 2011 21:46:19 +0000 (17:46 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 15 Jul 2011 21:46:19 +0000 (17:46 -0400)
1  2 
classes/Notice.php
lib/router.php
plugins/Bookmark/BookmarkPlugin.php

index e82b567e9c7b34e5b4286d553d71006d8503c923,6eb4d9001e4c032f66d78ba8cac8f4f46c1c5a1d..650dca051b359727ec00cc64c8f44b07cd280a3e
@@@ -84,14 -84,9 +84,14 @@@ class Notice extends Memcached_DataObje
      /* the code above is auto generated do not remove the tag below */
      ###END_AUTOCODE
  
 +      function multiGet($kc, $kvs, $skipNulls=true)
 +      {
 +              return Memcached_DataObject::multiGet('Notice', $kc, $kvs, $skipNulls);
 +      }
 +      
      /* Notice types */
      const LOCAL_PUBLIC    =  1;
-     const REMOTE_OMB      =  0;
+     const REMOTE          =  0;
      const LOCAL_NONPUBLIC = -1;
      const GATEWAY         = -2;
  
diff --cc lib/router.php
Simple merge
Simple merge