]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noresultexception.php
Last type-hint is an array, added.
[quix0rs-gnu-social.git] / lib / noresultexception.php
index b664dab5e7bd23f8c62ea2c848680a41a06ce54c..2933a351222c2eca4c10eedf7c6193f23241b7cf 100644 (file)
@@ -20,7 +20,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * @category  Exception
- * @package   GNUSocial
+ * @package   GNUsocial
  * @author    Mikael Nordfeldth <mmn@hethane.se>
  * @copyright 2013 Free Software Foundation, Inc.
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPLv3
@@ -33,7 +33,7 @@ class NoResultException extends ServerException
 {
     public $obj;    // The object with query that gave no results
 
-    public function __construct(DB_DataObject $obj)
+    public function __construct(Memcached_DataObject $obj)
     {
         $this->obj = $obj;
         // We could log an entry here with the search parameters