mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Move PConfig::set() to DI::pConfig()->set()
This commit is contained in:
parent
ea3a9052d8
commit
febc835a2d
42 changed files with 185 additions and 185 deletions
|
@ -50,7 +50,7 @@ function ifttt_settings(App $a, &$s)
|
|||
|
||||
if (!$key) {
|
||||
$key = Strings::getRandomHex(20);
|
||||
PConfig::set(local_user(), 'ifttt', 'key', $key);
|
||||
DI::pConfig()->set(local_user(), 'ifttt', 'key', $key);
|
||||
}
|
||||
|
||||
$s .= '<span id="settings_ifttt_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_ifttt_expanded\'); openClose(\'settings_ifttt_inflated\');">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue