diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-17 03:02:43 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-17 03:02:43 -0700 |
commit | ac3cccefb53579b01618d5ef728e883dae752fd2 (patch) | |
tree | 5e7efd7a73771d1532601286fbbd9064bbf737a1 | |
parent | 2866d00517b1ccfd7585f5fc2da1ed2fcf52bdfd (diff) |
Default to image being on, no tile after upload
-rw-r--r-- | actions/designsettings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/designsettings.php b/actions/designsettings.php index adc09c7b0..047059e04 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) { |