From: Roland Haeder <roland@mxchange.org>
Date: Fri, 27 Mar 2015 22:58:05 +0000 (+0100)
Subject: typo fixed ...
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=862be344a56b40cb4cefd151e22e8ab0478da5e4;p=quix0rs-gnu-social.git

typo fixed ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
---

diff --git a/classes/Notice_tag.php b/classes/Notice_tag.php
index 24404aea58..7e0e070db1 100644
--- a/classes/Notice_tag.php
+++ b/classes/Notice_tag.php
@@ -100,7 +100,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;
         }