projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15f5f0
)
typo fixed ...
author
Roland Haeder
<roland@mxchange.org>
Fri, 27 Mar 2015 22:58:05 +0000
(23:58 +0100)
committer
Roland Haeder
<roland@mxchange.org>
Fri, 27 Mar 2015 22:58:05 +0000
(23:58 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
classes/Notice_tag.php
patch
|
blob
|
history
diff --git
a/classes/Notice_tag.php
b/classes/Notice_tag.php
index 6ee30d0d5a418bf6ff771c01cf145b41deda14e8..5e7631021eebd0910a1a8b2a1264fcd565b47cc7 100644
(file)
--- 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->find
OQ
()) || (!$notice->fetch())) {
+ if ((!$notice->find()) || (!$notice->fetch())) {
// No longer valid, so better don't allow to see it
return FALSE;
}