We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a74d6 commit 8bced18Copy full SHA for 8bced18
public/main/admin/configure_plugin.php
@@ -24,7 +24,7 @@
24
25
$accessUrl = Container::getAccessUrlUtil()->getCurrent();
26
27
-$pluginConfiguration = $plugin->getConfigurationsByAccessUrl($accessUrl);
+$pluginConfiguration = $plugin->getOrCreatePluginConfiguration($accessUrl);
28
29
$appPlugin = new AppPlugin();
30
$pluginInfo = $appPlugin->getPluginInfo($plugin->getTitle(), true);
0 commit comments