]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove bad common_path() call in context of cssLink().
authorJoshua Judson Rosen <rozzin@geekspace.com>
Sat, 28 Apr 2012 03:58:10 +0000 (23:58 -0400)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 29 Sep 2013 21:09:55 +0000 (23:09 +0200)
lib/action.php

index 72a83fed28acfadd26560e730c27e2d4baec90eb..36f22a3da517096cc59fc3419b7c9d5b44296330 100644 (file)
@@ -286,7 +286,7 @@ class Action extends HTMLOutputter // lawsuit
                 Event::handle('EndShowStylesheets', array($this));
             }
 
-            $this->cssLink(common_path('js/extlib/jquery-ui/css/smoothness/jquery-ui.css', StatusNet::isHTTPS()));
+            $this->cssLink('js/extlib/jquery-ui/css/smoothness/jquery-ui.css');
 
             if (Event::handle('StartShowUAStyles', array($this))) {
                 $this->comment('[if IE]><link rel="stylesheet" type="text/css" '.