aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhabeascodice <habeascodice@federated.social>2014-09-29 15:46:56 -0700
committerhabeascodice <habeascodice@federated.social>2014-09-29 15:46:56 -0700
commit79bb60aafd39fef7bc4d03eb40d33e23af5b793f (patch)
treed84c3dbc1943472183dbeae64296e1d43b86a6ad /include
parente62a95aabaa9343ea3f4d26355c66d4e8a19807c (diff)
parent7c3b428e670ec3508f821a95568ba1248ce33616 (diff)
downloadvolse-hubzilla-79bb60aafd39fef7bc4d03eb40d33e23af5b793f.tar.gz
volse-hubzilla-79bb60aafd39fef7bc4d03eb40d33e23af5b793f.tar.bz2
volse-hubzilla-79bb60aafd39fef7bc4d03eb40d33e23af5b793f.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'include')
-rw-r--r--include/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.php b/include/config.php
index a77801717..3292059d1 100644
--- a/include/config.php
+++ b/include/config.php
@@ -248,7 +248,7 @@ function load_pconfig($uid) {
* @return mixed Stored value or false if it does not exist
*/
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;
if($uid === false)