]> git.mjollnir.org Git - s9y.git/commitdiff
fix CSS issue
authorgarvinhicking <garvinhicking>
Tue, 27 Dec 2005 11:19:07 +0000 (11:19 +0000)
committergarvinhicking <garvinhicking>
Tue, 27 Dec 2005 11:19:07 +0000 (11:19 +0000)
docs/NEWS
serendipity.css.php

index 15dd2e124a3c19509dc9fa5862b6c36d56a6e7e1..be07d953fa5a589b0c71904b6ce54f5416292b33 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -72,6 +72,9 @@ Version 1.0 ()
 Version 0.9.2 ()
 ------------------------------------------------------------------------
 
+   * File CSS stylesheets occasionally not returning the right path
+     (garvinhicking)
+
    * Fix not being able to create users of the same userlevel when
      being admin [workaround was to first create user with lower userlevel
      and then edit the user account, which lead to propper permission
index b75f729c4cbd93185cd83592facfee429d165432..aa1be4105700a35eb12b744becb797c0c4505712 100644 (file)
@@ -65,7 +65,7 @@ if (IS_installed === false) {
 }
 
 
-$out = serendipity_printStylesheet(serendipity_getTemplateFile($css_file, ''));
+$out = serendipity_printStylesheet(serendipity_getTemplateFile($css_file, 'serendipityPath'));
 
 serendipity_plugin_api::hook_event($css_hook, $out);