summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-29 21:25:51 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-29 21:25:51 +0000
commitef4ec6d5131e729927b6d6b444c6d615e0b01a60 (patch)
treecec2bc63fb968bfd8b0009c930a12c67a77d437d /core
parent69603ede7a0d7567f37025eee713975282122d13 (diff)
Oops, my last change broke the default resize dimensions
Diffstat (limited to 'core')
-rw-r--r--core/helpers/core_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php
index a1e06696..bd2b5186 100644
--- a/core/helpers/core_installer.php
+++ b/core/helpers/core_installer.php
@@ -182,7 +182,7 @@ class core_installer {
100);
graphics::add_rule(
"core", "resize", "resize",
- array("width" => 200, "height" => 200, "master" => Image::AUTO),
+ array("width" => 640, "height" => 480, "master" => Image::AUTO),
100);
module::set_version("core", 1);