Skip to content
Snippets Groups Projects

Issue #3316721: Add script to convert this module into a core merge request

Merged Issue #3316721: Add script to convert this module into a core merge request
2 unresolved threads
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -83,7 +83,7 @@ class Converter {
}
private static function getContribDir() {
return __DIR__ . '/../..';
return realpath(__DIR__ . '/../..');
}
/**
* @param $core_dir
Loading