Silence insanely noisy log - should probably stick this in a dlogger
if we need it - we're getting literally hundreds of thousands of these.
This commit is contained in:
parent
ffe6d20dc0
commit
90378e8ef8
@ -248,7 +248,7 @@ function load_pconfig($uid) {
|
|||||||
* @return mixed Stored value or false if it does not exist
|
* @return mixed Stored value or false if it does not exist
|
||||||
*/
|
*/
|
||||||
function get_pconfig($uid, $family, $key, $instore = false) {
|
function get_pconfig($uid, $family, $key, $instore = false) {
|
||||||
logger('include/config.php: get_pconfig() deprecated instore param used', LOGGER_DEBUG);
|
// logger('include/config.php: get_pconfig() deprecated instore param used', LOGGER_DEBUG);
|
||||||
global $a;
|
global $a;
|
||||||
|
|
||||||
if($uid === false)
|
if($uid === false)
|
||||||
|
Reference in New Issue
Block a user