File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ function raiseEvent($event_name, $data) {
134134 function registerAction ($ action_name , $ plugin_name , $ function_name ) {
135135 global $ app ;
136136 $ this ->subscribed_actions [$ action_name ][] = array ('plugin ' => $ plugin_name , 'function ' => $ function_name );
137- if ($ this ->debug ) $ app ->log ("Registered function ' $ function_name' from plugin ' $ plugin_name' for action ' $ event_name '. " , LOGLEVEL_DEBUG );
137+ if ($ this ->debug ) $ app ->log ("Registered function ' $ function_name' from plugin ' $ plugin_name' for action ' $ action_name '. " , LOGLEVEL_DEBUG );
138138 }
139139
140140
Original file line number Diff line number Diff line change 172172 $ app ->modules ->loadModules ('all ' );
173173 //** Load the plugins that are in the plugins-enabled folder
174174 $ app ->plugins ->loadPlugins ('all ' );
175+
176+ $ app ->plugins ->raiseAction ('server_plugins_loaded ' , '' );
177+
175178 if ($ tmp_num_records > 0 ) {
176179 $ app ->log ("Found $ tmp_num_records changes, starting update process. " , LOGLEVEL_DEBUG );
177180 //** Go through the sys_datalog table and call the processing functions
You can’t perform that action at this time.
0 commit comments