projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ceea7
)
added spaces + some curly braces
author
Roland Häder
<roland@mxchange.org>
Thu, 26 Jan 2017 15:01:56 +0000
(16:01 +0100)
committer
Roland Häder
<roland@mxchange.org>
Mon, 14 May 2018 20:49:55 +0000
(22:49 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/text.php
patch
|
blob
|
history
diff --git
a/include/text.php
b/include/text.php
index c0edd482b8f54796cab6a0f2182eb5a9ba406ef6..b7f7b5abb13e377b1f686d2f58b94c044057d95c 100644
(file)
--- a/
include/text.php
+++ b/
include/text.php
@@
-1830,8
+1830,7
@@
function file_tag_update_pconfig($uid, $file_old, $file_new, $type = 'file') {
if (!intval($uid)) {
return false;
- }
- if ($file_old == $file_new) {
+ } elseif ($file_old == $file_new) {
return true;
}