mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 17:49:19 +02:00
apply StyleCI recommendation
This commit is contained in:
parent
a203e6322b
commit
7b2f0ff302
3 changed files with 5 additions and 5 deletions
|
@ -640,7 +640,7 @@ class Database extends AbstractData
|
||||||
'SELECT value FROM ' . self::_sanitizeIdentifier('config') .
|
'SELECT value FROM ' . self::_sanitizeIdentifier('config') .
|
||||||
' WHERE id = ?', array($key), true
|
' WHERE id = ?', array($key), true
|
||||||
);
|
);
|
||||||
return $row ? $row['value']: '';
|
return $row ? $row['value'] : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue