diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-16 04:03:08 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-16 04:03:08 +0000 |
commit | 2c7f0534ca26b9c9461d920bb23765b282e6fdbc (patch) | |
tree | 4ad173a717e8a0860f22632a3eefb1a0f434ca23 /actions/designsettings.php | |
parent | 94fec28610a62fcf6d33c6ec1f451dadb5ca9b18 (diff) |
Typo/lowercased WebColor to webcolor in required_once
Diffstat (limited to 'actions/designsettings.php')
-rw-r--r-- | actions/designsettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/designsettings.php b/actions/designsettings.php index dedf19db8..b7f9cda98 100644 --- a/actions/designsettings.php +++ b/actions/designsettings.php @@ -33,7 +33,7 @@ if (!defined('LACONICA')) { } require_once INSTALLDIR . '/lib/accountsettingsaction.php'; -require_once INSTALLDIR . '/lib/WebColor.php'; +require_once INSTALLDIR . '/lib/webcolor.php'; class DesignsettingsAction extends AccountSettingsAction { |