From ab12bd292d1ac44db427332c265fa58bcf4c3cb4 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 19 Aug 2014 15:40:08 +0200 Subject: [PATCH] Add update route to core --- core/ajax/update.php | 1 - core/routes.php | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ajax/update.php b/core/ajax/update.php index 698614c975f..70696e98eef 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -1,6 +1,5 @@ create('core_ajax_preview', '/core/preview') ->actionInclude('core/ajax/preview.php'); $this->create('core_ajax_preview', '/core/preview.png') ->actionInclude('core/ajax/preview.php'); - +$this->create('core_ajax_update', '/core/ajax/update.php') + ->actionInclude('core/ajax/update.php'); // Avatar routes $this->create('core_avatar_get_tmp', '/avatar/tmp') ->get() -- 2.39.5