From: Roland Haeder Date: Fri, 27 Mar 2015 22:58:05 +0000 (+0100) Subject: typo fixed ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cc04d75d1b031e04811edfda7d0b21f6a3993f5e;p=quix0rs-gnu-social.git typo fixed ... Signed-off-by: Roland Haeder --- diff --git a/classes/Notice_tag.php b/classes/Notice_tag.php index 6ee30d0d5a..5e7631021e 100644 --- a/classes/Notice_tag.php +++ b/classes/Notice_tag.php @@ -99,7 +99,7 @@ class Notice_tag extends Managed_DataObject /* NOISY-DEBUG: */ common_debug('[' . __METHOD__ . ':' . __LINE__ . '] this->tag=' . $this->tag . ',this->notice_id=' . $this->notice_id . ' - Calling find() ... fetch() ...'); // Fetch notice - if ((!$notice->findOQ()) || (!$notice->fetch())) { + if ((!$notice->find()) || (!$notice->fetch())) { // No longer valid, so better don't allow to see it return FALSE; }