Skip to content

Commit 03b24ee

Browse files
prevent reload
1 parent d735973 commit 03b24ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/DocumentAuthentication/Plugin.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,9 @@ public static function isInstalled()
9292
return $isInstalled;
9393
}
9494

95+
public static function needsReloadAfterInstall()
96+
{
97+
return false; // backend only functionality!
98+
}
99+
95100
}

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- meta data -->
1212
<pluginVersion>1.0</pluginVersion>
13-
<pluginRevision>1</pluginRevision>
13+
<pluginRevision>2</pluginRevision>
1414
<pluginBuildTimestamp>0</pluginBuildTimestamp>
1515

1616
<!-- className of the plugin which extends Pimcore_API_Plugin_Abstract-->

0 commit comments

Comments
 (0)