mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-17 17:08:41 +00:00
mode changes
This commit is contained in:
parent
8f4e7743e3
commit
ef6932bbf6
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
3
Admin/Install/Comments.php
Normal file → Executable file
3
Admin/Install/Comments.php
Normal file → Executable file
|
|
@ -42,7 +42,8 @@ class Comments
|
||||||
{
|
{
|
||||||
$builder = new Builder($dbPool->get('schema'));
|
$builder = new Builder($dbPool->get('schema'));
|
||||||
$builder->alterTable('news')
|
$builder->alterTable('news')
|
||||||
->addConstraint('news_comment_list', 'comment_list', 'comment_list_id');
|
->addConstraint('news_comment_list', 'comment_list', 'comment_list_id')
|
||||||
|
->execute();
|
||||||
|
|
||||||
$mapper = \file_get_contents(__DIR__ . '/../../Models/NewsArticleMapper.php');
|
$mapper = \file_get_contents(__DIR__ . '/../../Models/NewsArticleMapper.php');
|
||||||
if ($mapper === false) {
|
if ($mapper === false) {
|
||||||
|
|
|
||||||
0
Docs/Dev/en/SUMMARY.md
Normal file
0
Docs/Dev/en/SUMMARY.md
Normal file
0
Docs/Dev/en/structure.md
Normal file
0
Docs/Dev/en/structure.md
Normal file
0
Theme/Backend/Lang/de.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/de.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/en.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/en.lang.php
Normal file → Executable file
0
Theme/Backend/news-draft.tpl.php
Normal file → Executable file
0
Theme/Backend/news-draft.tpl.php
Normal file → Executable file
0
tests/Autoloader.php
Normal file → Executable file
0
tests/Autoloader.php
Normal file → Executable file
0
tests/Bootstrap.php
Normal file → Executable file
0
tests/Bootstrap.php
Normal file → Executable file
0
tests/Models/NullNewsArticleTest.php
Normal file → Executable file
0
tests/Models/NullNewsArticleTest.php
Normal file → Executable file
0
tests/phpunit_default.xml
Normal file → Executable file
0
tests/phpunit_default.xml
Normal file → Executable file
Loading…
Reference in New Issue
Block a user