Argh, first commit for ages and such a stupid error. Sorry.
This commit is contained in:
parent
535e3bae79
commit
9b3adf789a
@ -115,7 +115,7 @@ class Design extends Memcached_DataObject
|
|||||||
return new WebColor($color);
|
return new WebColor($color);
|
||||||
} catch (WebColorException $e) {
|
} catch (WebColorException $e) {
|
||||||
// This shouldn't happen
|
// This shouldn't happen
|
||||||
common_log(LOG_ERR, 'Unable to create color for design '.$this->id,
|
common_log(LOG_ERR, "Unable to create web color for $color",
|
||||||
__FILE__);
|
__FILE__);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user