From a47578786bdaadf29db8b66220b4d3f53a700fb7 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 29 Dec 2019 23:35:09 +0100 Subject: [PATCH] the get_typed_content is also called with database as first argument. This must be revised in the future with better thinking of generalization for passing database or others type through the API call --- web/plugin/plugin.anubis | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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