Commit 7158a6c4a31c4901c4e3c4efe277203bfa65dd9b

Authored by David RENÉ
1 parent 335818e9

the web plugin return a list of WEB_Controller

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
web/plugin/plugin.anubis
... ... @@ -19,7 +19,7 @@ public type WEB_Plugin:
19 19 String app_name, //application name
20 20 String space_name, //space name
21 21 //version
22   - (SQLite3DataBase db, HK_Database hk_db, VTM _vtm, (LogLevel, String) -> One logger) -> WEB_Controller get_controller,
  22 + (SQLite3DataBase db, HK_Database hk_db, VTM _vtm, (LogLevel, String) -> One logger) -> List(WEB_Controller) get_controller,
23 23 (WEB_Session, String type) -> Maybe(HTML_Partial_Content) get_typed_content
24 24 // (One dummy) -> Plugin_Left_Menu get_plugin_left_menu
25 25 // (One dummy) ->
... ...