]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated path for jCrop
authorSarven Capadisli <csarven@controlyourself.ca>
Mon, 13 Apr 2009 03:49:37 +0000 (03:49 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Mon, 13 Apr 2009 03:49:37 +0000 (03:49 +0000)
actions/avatarsettings.php

index c2bb35a39580153a4b696015d104b42b4fb6b104..60f69b6850ef147cf8b4509cc08f9b9c964dff94 100644 (file)
@@ -383,7 +383,7 @@ class AvatarsettingsAction extends AccountSettingsAction
     {
         parent::showStylesheets();
         $jcropStyle =
-          common_path('theme/base/css/jquery.Jcrop.css?version='.LACONICA_VERSION);
+          common_path('theme/default/base/css/jquery.Jcrop.css?version='.LACONICA_VERSION);
 
         $this->element('link', array('rel' => 'stylesheet',
                                      'type' => 'text/css',