Merge remote-tracking branch 'upstream/develop' into 1612-unused-indexes

This commit is contained in:
Michael
2017-01-07 16:13:57 +00:00
162 changed files with 766 additions and 683 deletions

View File

@@ -3,7 +3,7 @@
require_once('include/attach.php');
require_once('include/datetime.php');
function wall_attach_post(&$a) {
function wall_attach_post(App &$a) {
$r_json = (x($_GET,'response') && $_GET['response']=='json');