diff --git a/web/plugin/plugin.anubis b/web/plugin/plugin.anubis index 821b1ad..98cad77 100644 --- a/web/plugin/plugin.anubis +++ b/web/plugin/plugin.anubis @@ -21,12 +21,10 @@ public type WEB_Plugin: String space_name, //space name //version (SQLite3DataBase db, HK_Database hk_db, VTM _vtm, (LogLevel, String) -> One logger) -> List(WEB_Controller) get_controller, - (WEB_Session, String type) -> Maybe(HTML_Partial_Content) get_typed_content + (SQLite3DataBase db, WEB_Session, String type) -> Maybe(HTML_Partial_Content) get_typed_content // (One dummy) -> Plugin_Left_Menu get_plugin_left_menu -// (One dummy) -> // (One dummy) -> Message get_API, // (Message message) -> Message call_API -// (One dummy) -> Menu get_menu, ) . -- libgit2 0.21.4