From: garvinhicking Date: Tue, 27 Dec 2005 11:19:21 +0000 (+0000) Subject: CSS bugfix X-Git-Tag: 0.9.1~9 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=833d6931305446cb8c5272d965cdd630a1aa7f54;p=s9y.git CSS bugfix --- 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);