From: Zach Copley Date: Wed, 17 Jun 2009 10:02:43 +0000 (-0700) Subject: Default to image being on, no tile after upload X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ac3cccefb53579b01618d5ef728e883dae752fd2;p=quix0rs-gnu-social.git Default to image being on, no tile after upload --- diff --git a/actions/designsettings.php b/actions/designsettings.php index adc09c7b06..047059e04b 100644 --- a/actions/designsettings.php +++ b/actions/designsettings.php @@ -501,6 +501,7 @@ class DesignsettingsAction extends AccountSettingsAction $original = clone($design); $design->backgroundimage = $filename; + $design->setDisposition(true, false, false); $result = $design->update($original); if ($result === false) {