This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Don't forget the brackets
pull/3121/head
Michael
4 years ago
parent
82086eea36
commit
32b997823f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/Core/PConfig.php
+ 1
- 1
include/Core/PConfig.php
View File
@ -138,7 +138,7 @@ class PConfig {
$stored
=
self
::
get
(
$uid
,
$family
,
$key
,
null
,
true
);
if
(
$stored
===
$dbvalue
AND
self
::
$in_db
[
$uid
][
$family
][
$key
])
{
if
(
(
$stored
===
$dbvalue
)
AND
self
::
$in_db
[
$uid
][
$family
][
$key
])
{
return
true
;
}
Write
Preview
Loading…
Cancel
Save