Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046512
D55.id276.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 28, 7:38 PM
Size
590 B
Mime Type
text/x-diff
Expires
Sun, Jun 29, 7:38 PM (6 h, 29 m)
Engine
blob
Format
Raw Data
Handle
676152
Attached To
D55: INP-1416 Can't edit content block when no stylesheet file defined in the current theme
D55.id276.diff
View Options
Index: branches/5.3.x/core/units/helpers/fck_helper.php
===================================================================
--- branches/5.3.x/core/units/helpers/fck_helper.php
+++ branches/5.3.x/core/units/helpers/fck_helper.php
@@ -536,7 +536,7 @@
$styles_css = $this->Application->HREF('index', $prefix, $url_params, 'index.php');
}
else {
- $stylesheet_folder_url = $this->Application->BaseURL(rtrim(EDITOR_PATH, '/'));
+ $stylesheet_folder_url = $this->Application->BaseURL() . trim(EDITOR_PATH, '/') . '/';
$styles_css = $stylesheet_folder_url . 'style.css';
}
Event Timeline
Log In to Comment