summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-07-01 02:54:53 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-07-01 02:54:53 +0200
commitfb71caa4758d5cc2f04f8b23d76c74264a7397f9 (patch)
tree02784dea21b0f5162fb7cbc17876bbe68fa94b07 /index.php
parentc91b7a02609a9d071b356fa4e3c674e8ba55c420 (diff)
downloadhicg-fb71caa4758d5cc2f04f8b23d76c74264a7397f9.tar.gz
hicg-fb71caa4758d5cc2f04f8b23d76c74264a7397f9.zip
fix other colors
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 8c8f2e3..4c1ee55 100644
--- a/index.php
+++ b/index.php
@@ -294,7 +294,6 @@ if (@isset($_POST['send'])) {
$domcolor = extract_dominant_color($srcfile, $domalgo, $colfilter);
if ($domcolor) {
$loadsample = false;
- } else {
$discolor = get_disabled_color($domcolor);
$prscolor = get_pressed_color($domcolor);
}