Skip to content

Commit 48b30ac

Browse files
committed
Including plugins' app/functions/ files
1 parent 1c85bc2 commit 48b30ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/loaders/mvc_loader.php

+6
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ protected function load_settings() {
243243
protected function load_functions() {
244244

245245
$this->file_includer->require_php_files_in_directory($this->core_path.'functions/');
246+
247+
foreach ($this->plugin_app_paths as $plugin_app_path) {
248+
249+
$this->file_includer->require_php_files_in_directory($plugin_app_path.'functions/');
250+
251+
}
246252

247253
}
248254

0 commit comments

Comments
 (0)