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
}
-$out = serendipity_printStylesheet(serendipity_getTemplateFile($css_file, ''));
+$out = serendipity_printStylesheet(serendipity_getTemplateFile($css_file, 'serendipityPath'));
serendipity_plugin_api::hook_event($css_hook, $out);