fix a mysql error which popped up in the dbfail log

This commit is contained in:
friendica
2014-02-11 20:45:17 -08:00
parent 655b6445d5
commit 7f3f981d96
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ function settings_post(&$a) {
if(! local_user())
return;
// logger('mod_settings: ' . print_r($_REQUEST,true));
// logger('mod_settings: ' . print_r($_REQUEST,true));
if(x($_SESSION,'submanage') && intval($_SESSION['submanage']))
return;