aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/adm/admin_styles.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/admin_styles.php b/phpBB/adm/admin_styles.php
index 0cdf4aa5cb..0d3294056b 100644
--- a/phpBB/adm/admin_styles.php
+++ b/phpBB/adm/admin_styles.php
@@ -1181,6 +1181,7 @@ function viewsource(url)
if ($action == 'add')
{
$sql_ary = array_merge($sql_ary, array(
+ 'theme_path' => $theme_path,
'css_storedb' => $css_storedb,
'css_data' => ($css_storedb) ? $css_data : '',
));