Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-01-20 18:22:04 +0300
committerRobin Appelman <icewind1991@gmail.com>2011-01-20 18:22:04 +0300
commitc09373a516b343dca9feac5424378832aff76513 (patch)
tree5da0355de978e5f93e24e7fbf630377dc9669e9d /inc
parent0337b469759acc85811735e29136435ba556b1d8 (diff)
fix typo
Diffstat (limited to 'inc')
-rw-r--r--inc/templates/pluginform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/templates/pluginform.php b/inc/templates/pluginform.php
index dccc74dae8d..01410f9c829 100644
--- a/inc/templates/pluginform.php
+++ b/inc/templates/pluginform.php
@@ -1,5 +1,5 @@
<?php
-$action=$WEBROOT.'/settings/#plugin_managment';
+$action=$WEBROOT.'/settings/#plugin_management';
if(isset($_POST['plugin_disable_id'])){
$id=$_POST['plugin_disable_id'];
$disable=$_POST['plugin_disable'];