X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnoresultexception.php;h=2933a351222c2eca4c10eedf7c6193f23241b7cf;hb=2c5460eb0e140655c30639c5bc909ddb80732a91;hp=fb1cdae039667165e6b798e0be433ed6644f5565;hpb=f46d675a20bd1c70eeb492d7068fabae83e6a6f5;p=quix0rs-gnu-social.git 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