From: Mikael Nordfeldth Date: Sat, 2 Nov 2013 17:48:28 +0000 (+0100) Subject: We can only handle Memcached_DataObject in NoResultException X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2cecfe8f82b18d18da884ada694b3ffdc9f22850;p=quix0rs-gnu-social.git We can only handle Memcached_DataObject in NoResultException --- diff --git a/lib/noresultexception.php b/lib/noresultexception.php index fb1cdae039..2933a35122 100644 --- a/lib/noresultexception.php +++ b/lib/noresultexception.php @@ -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