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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-12-16 17:57:44 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-12-16 18:04:32 +0300
commit447610b2603b8d258a90fc93ecb54708f70a002d (patch)
tree76763a13faa5bb2f4164d018fdad7f94da9e5a41 /templates/admin.php
parent840a124b66d404c57c22e2ea566c6c4b1b83601b (diff)
Fix appid
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 6b088eed..2d391d30 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -1,5 +1,5 @@
<?php
-script('documents', 'admin');
+script('richdocuments', 'admin');
?>
<div class="section" id="documents">
<h2><?php p($l->t('Documents')) ?></h2>