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 d735973 commit 03b24eeCopy full SHA for 03b24ee
lib/DocumentAuthentication/Plugin.php
@@ -92,4 +92,9 @@ public static function isInstalled()
92
return $isInstalled;
93
}
94
95
+ public static function needsReloadAfterInstall()
96
+ {
97
+ return false; // backend only functionality!
98
+ }
99
+
100
plugin.xml
@@ -10,7 +10,7 @@
10
11
<!-- meta data -->
12
<pluginVersion>1.0</pluginVersion>
13
- <pluginRevision>1</pluginRevision>
+ <pluginRevision>2</pluginRevision>
14
<pluginBuildTimestamp>0</pluginBuildTimestamp>
15
16
<!-- className of the plugin which extends Pimcore_API_Plugin_Abstract-->
0 commit comments