summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-07 00:57:08 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-07 00:57:08 +0000
commit8eb25fbb4747fa2cbc8cea138aa90f944f2e729e (patch)
treec80126e913a7f6b4f163a6dcecf151dea6788b77
parentaf3882cd346e48c72a41e370415467f31191a761 (diff)
Rebuild 2 images at a time.
-rw-r--r--core/helpers/graphics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/graphics.php b/core/helpers/graphics.php
index d36a2421..83a08004 100644
--- a/core/helpers/graphics.php
+++ b/core/helpers/graphics.php
@@ -246,7 +246,7 @@ class graphics_Core {
$completed++;
$remaining--;
- if ($i++ == 3) {
+ if (++$i == 2) {
break;
}
}