From cc04d75d1b031e04811edfda7d0b21f6a3993f5e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 27 Mar 2015 23:58:05 +0100 Subject: [PATCH] typo fixed ... Signed-off-by: Roland Haeder --- classes/Notice_tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5