From f4d2405adb49dbeed5267ad15794a4d4c4849f13 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Fri, 31 Aug 2018 13:12:40 +0300 Subject: [PATCH] bug fix --- backend/actions/Update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/actions/Update.php b/backend/actions/Update.php index da7d0e7..26e3a85 100755 --- a/backend/actions/Update.php +++ b/backend/actions/Update.php @@ -12,7 +12,7 @@ /** * @var string */ - public $viewPath = '@abackend/actions/views/update'; + public $viewPath = '@backend/actions/views/update'; /** * Updates existing model with langs, aliases and gallery -- libgit2 0.21.4