mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 13:08:40 +00:00
Fix change bugs
This commit is contained in:
parent
23bc8b732f
commit
8a42dc07fc
|
|
@ -116,7 +116,7 @@ class InstallerAbstract
|
||||||
private static function activate(DatabasePool $dbPool, InfoManager $info) /* : void */
|
private static function activate(DatabasePool $dbPool, InfoManager $info) /* : void */
|
||||||
{
|
{
|
||||||
/** @var ActivateAbstract $class */
|
/** @var ActivateAbstract $class */
|
||||||
$class = '\Modules\\' . $info->getDirectory() . '\Admin\Activate';
|
$class = '\Modules\\' . $info->getDirectory() . '\Admin\Status';
|
||||||
$class::activate($dbPool, $info);
|
$class::activate($dbPool, $info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,6 @@
|
||||||
<li>two</li>
|
<li>two</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>large numbers:</p>
|
<p>large numbers:</p>
|
||||||
<ol>
|
<ol start="123">
|
||||||
<li>one</li>
|
<li>one</li>
|
||||||
</ol>
|
</ol>
|
||||||
Loading…
Reference in New Issue
Block a user