mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Refactor IManageConfigValues interface
This commit is contained in:
parent
326566638f
commit
1e574d5383
13 changed files with 46 additions and 49 deletions
|
@ -1178,12 +1178,6 @@ function update_1505()
|
|||
|
||||
function update_1508()
|
||||
{
|
||||
$categories = DBA::toArray(DBA::p("SELECT DISTINCT `cat` AS 'cat' FROM `config`"));
|
||||
|
||||
foreach ($categories as $category) {
|
||||
DI::config()->load($category['cat']);
|
||||
}
|
||||
|
||||
$config = DBA::selectToArray('config');
|
||||
|
||||
foreach ($config as $entry) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue