mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 16:44:26 +02:00
Wrong whitespaces
This commit is contained in:
parent
62bd32c1ac
commit
a5923bdd4f
2 changed files with 6 additions and 6 deletions
|
@ -123,9 +123,9 @@ class PConfig {
|
|||
|
||||
global $a;
|
||||
|
||||
if (self::get($uid, $family, $key) === $value) {
|
||||
return true;
|
||||
}
|
||||
if (self::get($uid, $family, $key) === $value) {
|
||||
return true;
|
||||
}
|
||||
|
||||
// manage array value
|
||||
$dbvalue = (is_array($value)?serialize($value):$value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue