From 6771fccbdea5ac0f18bf41fc7c13f2caf8d15518 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 27 Dec 2005 11:19:07 +0000 Subject: [PATCH] fix CSS issue --- docs/NEWS | 3 +++ serendipity.css.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 15dd2e1..be07d95 100644 --- 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 diff --git a/serendipity.css.php b/serendipity.css.php index b75f729..aa1be41 100644 --- a/serendipity.css.php +++ b/serendipity.css.php @@ -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); -- 2.39.5