mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16587] Replace Sami by Doctum
PHPBB3-16587
This commit is contained in:
parent
2b17ecf196
commit
322f8eabd6
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require __DIR__ . '/sami-checkout.conf.php';
|
require __DIR__ . '/doctum-checkout.conf.php';
|
||||||
|
|
||||||
$config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../')
|
$config['versions'] = Doctum\Version\GitVersionCollection::create(__DIR__ . '/../')
|
||||||
/*
|
/*
|
||||||
This would be nice, but currently causes various problems that need
|
This would be nice, but currently causes various problems that need
|
||||||
debugging.
|
debugging.
|
||||||
|
@ -30,4 +30,4 @@ $config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../'
|
||||||
->add('master')
|
->add('master')
|
||||||
;
|
;
|
||||||
|
|
||||||
return new Sami\Sami($iterator, $config);
|
return new Doctum\Doctum($iterator, $config);
|
Loading…
Add table
Reference in a new issue