Skip to content

Commit cff6b6c

Browse files
committed
Fix plxUtils::printLinkCss() about admin.css for every plugin
1 parent 6dd1b1e commit cff6b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/class.plx.utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ public static function printLinkCss($file=null, $admin=false) {
14981498
$list[] = PLX_CUSTOM_ADMINCSS_FILE;
14991499
}
15001500
if(defined('PLX_PLUGINS_CSS_PATH')) {
1501-
$list[] = PLX_PLUGINS_CSS_PATH . 'admin.css';
1501+
$list[] = PLX_ROOT . PLX_PLUGINS_CSS_PATH . 'admin.css';
15021502
}
15031503

15041504
$version = '?v=' . PLX_VERSION;

0 commit comments

Comments
 (0)