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
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-07 15:16:38 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-03 16:00:32 +0300
commit743132650aa906d9468d633c2c5ca382e565df84 (patch)
treed9420b902aaf838ec7fac20944d2ed72c0100900 /core/routes.php
parent958c1289b15f5bd877dd7ff3b7cf3540a0c5198a (diff)
Move to AppData
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/routes.php b/core/routes.php
index 4b73a86042a..9ccf0e653eb 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -69,11 +69,11 @@ $this->create('search_ajax_search', '/core/search')
->actionInclude('core/search/ajax/search.php');
// Routing
$this->create('core_ajax_preview', '/core/preview')
- ->actionInclude('core/ajax/preview.php');
+ ->actionInclude('core/ajax/preview2.php');
$this->create('core_ajax_preview2', '/core/preview2')
->actionInclude('core/ajax/preview2.php');
$this->create('core_ajax_preview', '/core/preview.png')
- ->actionInclude('core/ajax/preview.php');
+ ->actionInclude('core/ajax/preview2.php');
$this->create('core_ajax_update', '/core/ajax/update.php')
->actionInclude('core/ajax/update.php');