From 833d6931305446cb8c5272d965cdd630a1aa7f54 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 27 Dec 2005 11:19:21 +0000 Subject: [PATCH] CSS bugfix --- docs/NEWS | 5 ++++- serendipity.css.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index ab175ff..2cdd3c3 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,9 +3,12 @@ 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 + and then edit the user account, which lead to propper permission checks] * Include a template's "config.inc.php" also when previewing an entry, 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