Skip to content

Commit

Permalink
Fixed incorrect variable name
Browse files Browse the repository at this point in the history
For #1052
  • Loading branch information
eSilverStrike committed Mar 28, 2020
1 parent 3a5218c commit 07e97bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/article.php
Expand Up @@ -181,7 +181,7 @@ function extractExternalLinks($text) {

global $_SCRIPTS;
$printCssPath = PLG_getThemeItem('core-file-print-css', 'core');
if (empty($printCssFile)) {
if (empty($printCssPath)) {
// Depreciated. Article should not depend on hardcoded file locations for print.css for a theme. Use PLG_getThemeItem('core-file-print-css', 'core'); instead
COM_deprecatedLog(__FILE__, '2.2.1sr1', '3.0.0', 'Use PLG_getThemeItem with \'core-file-print-css\' instead to retrieve themes print.css file');

Expand Down

0 comments on commit 07e97bd

Please sign in to comment.