aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php
index 81e21e9a8..a8a4a8062 100644
--- a/include/template.class.php
+++ b/include/template.class.php
@@ -1396,7 +1396,7 @@ class CssLoader
else
{
$css = $this->registered_css[$id];
- if ($css->order<$order || version_compare($css->version, $version)<0)
+ if ($css->order<$order*1000 || version_compare($css->version, $version)<0)
{
unset($this->registered_css[$id]);
$this->add($id, $path, $version, $order, $is_template);