Argh, first commit for ages and such a stupid error. Sorry.

This commit is contained in:
Adrian Lang 2009-08-05 16:05:29 +02:00
parent fe507928ae
commit ecc7090011
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class Design extends Memcached_DataObject
return new WebColor($color);
} catch (WebColorException $e) {
// 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__);
return null;
}