]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo fixed ...
authorRoland Haeder <roland@mxchange.org>
Fri, 27 Mar 2015 22:58:05 +0000 (23:58 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:21:06 +0000 (00:21 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
classes/Notice_tag.php

index 24404aea58f26794e2828672e707e612c8c37f2a..7e0e070db19904ebcdcc212b792f81898ff4799a 100644 (file)
@@ -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;
         }