|
@@ -608,7 +608,7 @@ |
|
|
block discarded – undo |
|
608
|
608
|
if ($data == false) { |
|
609
|
609
|
if ($this->type == 'blend') { |
|
610
|
610
|
$this->blender->outError('Error: Seed could not be found: '.$seed_key); |
|
611
|
|
- throw new BlendableException('Error: Seed could not be found: '.$seed_key . ' in '. print_r($this->seedCacheOptions, true)); |
|
|
611
|
+ throw new BlendableException('Error: Seed could not be found: '.$seed_key.' in '.print_r($this->seedCacheOptions, true)); |
|
612
|
612
|
} |
|
613
|
613
|
|
|
614
|
614
|
} else { |
Please login to merge, or discard this patch.